Skip to content
Snippets Groups Projects
Commit 7683c2d3 authored by Cam Saul's avatar Cam Saul
Browse files

test fix for real

parent 45c2f858
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@
:error (str
;; column should look like "null.NAME" because the Field will have no associated Table name from expansion and will get
;; pased to korma as :null.NAME
"Column \"null.NAME\" not found; SQL statement:\nSELECT \"CHECKINS\".\"ID\", CAST(\"DATE\" AS DATE), "
"Column \"null.NAME\" not found; SQL statement:\nSELECT \"CHECKINS\".\"ID\", CAST(\"CHECKINS\".\"DATE\" AS DATE), "
"\"CHECKINS\".\"VENUE_ID\", \"CHECKINS\".\"USER_ID\" FROM \"CHECKINS\" WHERE (\"null\".\"NAME\" = ?) LIMIT "
max-result-bare-rows)}
;; This will print a stacktrace. Better to reassure people that that's on purpose than to make people question whether the tests are working
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment