Skip to content

Commit

Permalink
improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed May 13, 2024
1 parent 078a99a commit c7750b9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions bulkerlib/implementations/sql/test_data/types.ndjson
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{"id": 1, "time1": "2022-08-18T14:17:22.375Z","time2": "2022-08-18T14:17:22.375Z","date1": "2022-08-18", "int_1": 1, "roundfloat": 1.0, "float1": 1.2, "intstring": "1", "roundfloatstring": "1.0","floatstring": "1.1", "name": "test", "bool1": false, "bool2": true, "boolstring": "true", ",null1": null}
{"id": 2, "time1": "2022-08-18T14:17:22.375Z","time2": "2022-08-18T14:17:22.375Z","date1": "2022-08-18", "int_1": 1.0, "roundfloat": 1.0, "float1": 1, "intstring": "1", "roundfloatstring": "1.0","floatstring": "1.0", "name": "test", "bool1": false, "bool2": true, "boolstring": "false", "null1": null}
{"id": 3, "time1": "2022-08-18T14:17:22.375Z","time2": "2022-08-18T14:17:22.375Z","date1": "2022-08-18", "int_1": 1, "roundfloat": 1.0, "float1": 1.2, "intstring": "1", "roundfloatstring": "1.0","floatstring": "1.1", "name": "test", "bool1": false, "bool2": true, "boolstring": "true", ",null1": null}
{"id": 1, "time1": "2022-08-18T14:17:22.375Z","time2": "2022-08-18T14:17:22.375Z","date1": "2022-08-18", "int_1": 1, "roundfloat": 1.0, "float1": 1.2, "intstring": "1", "roundfloatstring": "1.0","floatstring": "1.1", "name": "test", "bool1": false, "bool2": true, "boolstring": "true", ",null1": null, "arr1": [], "arr2": [1,2,3], "arr3": ["a","b","c"]}
{"id": 2, "time1": "2022-08-18T14:17:22.375Z","time2": "2022-08-18T14:17:22.375Z","date1": "2022-08-18", "int_1": 1.0, "roundfloat": 1.0, "float1": 1, "intstring": "1", "roundfloatstring": "1.0","floatstring": "1.0", "name": "test", "bool1": false, "bool2": true, "boolstring": "false", "null1": null, "arr1": [], "arr2": [1,2,3], "arr3": ["a","b","c"]}
{"id": 3, "time1": "2022-08-18T14:17:22.375Z","time2": "2022-08-18T14:17:22.375Z","date1": "2022-08-18", "int_1": 1, "roundfloat": 1.0, "float1": 1.2, "intstring": "1", "roundfloatstring": "1.0","floatstring": "1.1", "name": "test", "bool1": false, "bool2": true, "boolstring": "true", ",null1": null, "arr1": [], "arr2": [1,2,3], "arr3": ["a","b","c"]}
Loading

0 comments on commit c7750b9

Please sign in to comment.