Commit 35b80e7
fix(sqlite): map declared INTEGER columns to dataType 'int'
SQLite accepts both INT and INTEGER as type names but MariaDB's
INFORMATION_SCHEMA always reports `int`. Tests assert against the
MariaDB shape, so canonicalise INTEGER → int in parseSqliteColumnType
to keep getSchemaAttributes parity with the parent contract.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0efc518 commit 35b80e7
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2439 | 2439 | | |
2440 | 2440 | | |
2441 | 2441 | | |
| 2442 | + | |
| 2443 | + | |
| 2444 | + | |
| 2445 | + | |
| 2446 | + | |
| 2447 | + | |
2442 | 2448 | | |
2443 | 2449 | | |
2444 | 2450 | | |
| |||
0 commit comments