GitClassic
Feed
Explore
Random
Go Pro
Sign in
encode
/
databases
Code
/
Commits
/ 0fc16b2
Fix some column types being parsed twice (#582)
* Fix JSON and enum type columns * Add time to reparsing check, add date and time tests * Make processed types inclusive rather than exclusive, limit to just DIALECT_EXCLUDE
Peter DeVita
committed on Feb 22, 2024, 02:19 PM
Showing
2
changed files
+143 additions
-8 deletions
M
databases/backends/common/records.py
+6
-7
M
tests/test_databases.py
+137
-1
Browse files at this commit โ