Created
November 17, 2022 21:06
-
-
Save MavoCz/11010bedeabe33d1e6e4586790b6ea8e to your computer and use it in GitHub Desktop.
Jooq logging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: 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