We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output of debug package is not much pretty, especially when query got SqlFragment as input (using template tag):
debug
pg-async query params: ["2016-03-23T22:28:59.609Z","0.0.0","1.8","Platne","Plna","S query: {"_parts":["\n INSERT INTO \"ruian_file\" (\"import_od\",\"verze_cli\",\"verze_vfr\",\"typ_zaznamu\",\"typ_davky\",\"typ_souboru\",\"datum\",\"transakce_od_id\",\"transakce_od_zapsano\",\"transakce_do_id\",\"transakce_do_zapsano\",\"platnost_dat_isui\",\"platnost_dat_iskn\") VALUES (",",",",",",",",",",",",",",",",",",",",",",",",",") RETURNING id\n "],"values":["2016-03-23T22:28:59.609Z","0.0.0","1.8","Platne","Plna","ST_UCIS","2016-02-04T00:10:09.000Z","0","2012-06-29T01:36:44.000Z","1104587","2016-02-03T15:59:47.000Z","2016-02-03T14:27:41.000Z","2016-02-03T15:59:47.000Z"],"text":"\n INSERT INTO \"ruian_file\" (\"import_od\",\"verze_cli\",\"verze_vfr\",\"typ_zaznamu\",\"typ_davky\",\"typ_souboru\",\"datum\",\"transakce_od_id\",\"transakce_od_zapsano\",\"transakce_do_id\",\"transakce_do_zapsano\",\"platnost_dat_isui\",\"platnost_dat_iskn\") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13) RETURNING id\n ","rowMode":"array"} +7ms
The text was updated successfully, but these errors were encountered:
langpavel
No branches or pull requests
Output of
debug
package is not much pretty, especially when query got SqlFragment as input (using template tag):The text was updated successfully, but these errors were encountered: