Changeset: a1f67eb154e3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a1f67eb154e3
Modified Files:
        sql/test/BugTracker-2018/Tests/pyUDF-crash.Bug-6508.test
Branch: default
Log Message:

Fix expectation after change of time/date implementation in pyapi.


diffs (12 lines):

diff --git a/sql/test/BugTracker-2018/Tests/pyUDF-crash.Bug-6508.test 
b/sql/test/BugTracker-2018/Tests/pyUDF-crash.Bug-6508.test
--- a/sql/test/BugTracker-2018/Tests/pyUDF-crash.Bug-6508.test
+++ b/sql/test/BugTracker-2018/Tests/pyUDF-crash.Bug-6508.test
@@ -19,7 +19,7 @@ insert into example ("column1") values (
 query T rowsort
 select test_timestamp_with_nulls("column1") from example
 ----
-["2017-01-01 00:00:01.000000", null]
+["2017-01-01 00:00:01", null]
 
 statement ok
 drop table example
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to