- Notifications
You must be signed in to change notification settings - Fork126
Commita56b083
Jesse Whitehouse
Stop skipping TimeMicrosecondsTest
I had to update our custom Time() override to cope with both non-microsecondstimestrings and microseconds time strings. So I reran the TimeTest() as wellto confirm both types still work.test_suite.py::TimeMicrosecondsTest_databricks+databricks::test_literal PASSEDtest_suite.py::TimeMicrosecondsTest_databricks+databricks::test_null PASSEDtest_suite.py::TimeMicrosecondsTest_databricks+databricks::test_null_bound_comparison PASSEDtest_suite.py::TimeMicrosecondsTest_databricks+databricks::test_round_trip PASSEDtest_suite.py::TimeMicrosecondsTest_databricks+databricks::test_round_trip_decorated PASSEDtest_suite.py::TimeMicrosecondsTest_databricks+databricks::test_select_direct PASSEDSigned-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>1 parent53eef60 commita56b083
File tree
3 files changed
+32
-52
lines changed- src/databricks/sqlalchemy
- test
3 files changed
+32
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
120 | | - | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
128 | 136 | | |
129 | 137 | | |
130 | 138 | | |
| |||
134 | 142 | | |
135 | 143 | | |
136 | 144 | | |
137 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
138 | 153 | | |
139 | 154 | | |
140 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
65 | 80 | | |
66 | 81 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 240 | | |
291 | 241 | | |
292 | 242 | | |
| |||
0 commit comments
Comments
(0)