Commit Graph

12 Commits

Author SHA1 Message Date
1ilit
319f3f5cf3 Update relationship naming convention(#331) 2025-01-20 21:52:26 +04:00
zhi
9d68dd9185 Fix foreign key comparison case sensitive
SQL keywords are case insensitive although they are often written in all caps. Object return from node-sql-parser is actually case sensitive based on the imported sql, thus "foreign key" doesn't work as expected.
2024-10-27 12:04:04 +08:00
1ilit
9fd682ccdc Fix corrupted endFieldIds after import 2024-09-28 18:02:49 +04:00
1ilit
b5e23fef20 Fix import failing on single statements (#244) 2024-09-21 21:24:56 +04:00
kavya_kunder
28cfe3dace Fix comment not getting imported issue 2024-08-18 01:42:04 +05:30
1ilit
07d7766fa8 Recognize many to one relationships on sql import 2024-08-06 14:33:35 +03:00
1ilit
9e2bb48fb8 Fix quotes on columns in checks 2024-07-07 16:55:04 +03:00
1ilit
490cb738de Convert unsupported types in generic diagrams on import 2024-06-16 01:38:22 +03:00
1ilit
0a108fc33a Import from mysql 2024-06-16 00:23:48 +03:00
1ilit
7953b7fdc0 Add hasDefault and canIncrement to types 2024-06-14 23:32:58 +03:00
1ilit
e61757f93d Import SQLite source 2024-06-14 01:00:47 +03:00
1ilit
6c1ff1518f Set up multiple imports for generic diagrams 2024-06-10 22:57:21 +03:00