Skip to content

Instantly share code, notes, and snippets.

@MavoCz
Created November 17, 2022 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MavoCz/11010bedeabe33d1e6e4586790b6ea8e to your computer and use it in GitHub Desktop.
Save MavoCz/11010bedeabe33d1e6e4586790b6ea8e to your computer and use it in GitHub Desktop.
Jooq logging
: Fetched result : +----+-------+-----------+------------------+------------+------------------+--------------------------+--------------------------+--------------+--------------------+------+----------+
: : | id|home_id|category_id|created_by_user_id|name |description |created_on |updated_on |purchased_date|warranty_expire_date|state |properties|
: : +----+-------+-----------+------------------+------------+------------------+--------------------------+--------------------------+--------------+--------------------+------+----------+
: : | 3| 1| 1| 1|My third car|My third super car|2022-11-17T15:29:40.593690|2022-11-17T15:29:40.593690|2012-05-19 |{null} |STORED|{null} |
: : +----+-------+-----------+------------------+------------+------------------+--------------------------+--------------------------+--------------+--------------------+------+----------+
: Fetched row(s) : 1
: Executing query : select "public"."item"."id", "public"."item"."home_id", "public"."item"."category_id", "public"."item"."created_by_user_id", "public"."item"."name", "public"."item"."description", "public"."item"."created_on", "public"."item"."updated_on", "public"."item"."purchased_date", "public"."item"."warranty_expire_date", "public"."item"."state", "public"."item"."properties" from "public"."item" where "public"."item"."id" = ?
: -> with bind values : select "public"."item"."id", "public"."item"."home_id", "public"."item"."category_id", "public"."item"."created_by_user_id", "public"."item"."name", "public"."item"."description", "public"."item"."created_on", "public"."item"."updated_on", "public"."item"."purchased_date", "public"."item"."warranty_expire_date", "public"."item"."state", "public"."item"."properties" from "public"."item" where "public"."item"."id" = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment