This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Commit 3cc02d2
committed
plan: return types in lowercase in SHOW CREATE TABLE
Fixes #962
It solves a compatibility issue with SQLAlchemy, as it did not return
the types the same way MySQL does.
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>1 parent 2e82b0a commit 3cc02d2
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments