Commit 78b0a55
authored
New Tests (#13)
* Return missing text description for numeric column types.
* Add new setup and teardown features to make it easier to add more
complex tests.
In error messages, don't print Vertica's internal method name anymore.
* Externalized a few more setup/teardown test sql scripts to make
the code a cleaner.
Changed TZ connection log message from INFO to DEBUG.
* Added value type test coverage.
Changed so binary, varbinary, long varbinary now return hex-encoded
strings instead as it is more readable.
Changed so null binary, varbinary, long varbinary return objects
of sql.NullString type instead of "".
Changed so null time and timeTZ return objects of sql.NullString type
instead of nil.
* Removed non-working test.1 parent dd40bd6 commit 78b0a55
File tree
17 files changed
+219
-179
lines changed- common
- msgs
- resources/tests/driver_test
17 files changed
+219
-179
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
0 commit comments