1ilit
319f3f5cf3
Update relationship naming convention( #331 )
2025-01-20 21:52:26 +04:00
1ilit
f0adcf1a25
Fix import from sql for mssql
2025-01-18 16:16:13 +04:00
1ilit
2704a007b8
Fix primary key assignment from out of line PK constraints in pg
2025-01-03 20:10:50 +04:00
1ilit
f27fbaa439
Parse references in sqlite
2024-11-04 19:43:59 +04:00
1ilit
28ec12b80a
Parse default casting
2024-11-03 07:58:46 +04:00
1ilit
317c3cc9ba
Fix invalid sql after swapping fields ( #287 )
2024-11-02 11:50:01 +04:00
zhi
dcf73e6f95
Fix remaining case sensitive foreign key comparison
2024-10-27 20:27:47 +08: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
d208e37a41
Merge branch 'main' into main
2024-10-11 15:41:30 +04:00
1ilit
9f834dae2b
Clean up
2024-10-11 15:28:17 +04:00
1ilit
7d3d1dd9e2
Merge pull request #252 from csc530/main
...
Fix export for enum and set types for mysql
2024-10-11 15:08:10 +04:00
Rudy Nurhadi
2bf3bd6ec1
Fix postgres auto increment primary key
...
Add "GENERATED BY DEFAULT AS IDENTITY" if field is auto increment
2024-10-11 14:59:44 +04:00
Rudy Nurhadi
25542b58b3
Add type size when exporting postgres
2024-10-11 07:30:57 +07:00
Rudy Nurhadi
c78245cb3a
Fix postgres auto increment primary key
...
Add "GENERATED BY DEFAULT AS IDENTITY" if field is auto increment
2024-10-08 14:04:33 +07:00
csc530
cd873ec1ba
format code
...
using javascript and typescript language features extension in vscode
2024-10-02 10:37:45 -04:00
csc530
9cfdecacf9
fix enum and set export syntax for mariadb
2024-10-02 10:37:00 -04:00
csc530
b37e720276
remove console log & format code
2024-10-02 10:29:04 -04:00
csc530
624bd1ed2c
fix export for enum and set types for mysql
2024-10-01 21:23:45 -04:00
1ilit
9fd682ccdc
Fix corrupted endFieldIds after import
2024-09-28 18:02:49 +04:00
1ilit
935900d32b
Fix import from alter statements failing
2024-09-28 16:48:48 +04:00
1ilit
ff1e83b8b5
Fix import from postgres sql end field check
2024-09-28 16:26:01 +04:00
1ilit
d85be39b10
Import composite types in postgres
2024-09-27 20:30:58 +04:00
1ilit
b5e23fef20
Fix import failing on single statements ( #244 )
2024-09-21 21:24:56 +04:00
1ilit
6cd0a691dc
Use i18n keys to store cardinality ( #231 )
2024-09-05 12:28:19 +04:00
1ilit
47ef0dfa82
Merge branch 'main' into share
2024-09-01 20:54:35 +04:00
1ilit
6eddfd983f
Remove github token modal
2024-09-01 20:36:20 +04:00
1ilit
c03202fef0
Merge pull request #229 from LuigimonSoft/feature/LC-add-new-export-to-create-the-documentation
...
Add export for database documentation
2024-08-31 12:09:46 +04:00
Luis Carlos
cb6c8bcbfd
fix the plus between documentationTypes and \n\n
2024-08-30 23:44:37 -04:00
Luis Carlos
fcdb872502
add if when the database has types
2024-08-29 15:08:29 -04:00
Luis Carlos
c76d2ec37c
add filter if the database has types
2024-08-29 15:04:02 -04:00
1ilit
8f185bc695
Fix mysql field name not getting exported ( #233 )
2024-08-28 15:16:39 +04:00
1ilit
6e18b6a4f1
Fix mysql field name not getting exported
2024-08-28 15:09:50 +04:00
Luis Carlos
3dbc60636d
Add enums, types and Index
2024-08-28 00:18:43 -04:00
1ilit
488641ddcc
Add modal for github token
2024-08-27 23:39:14 +04:00
1ilit
75f930ba76
Set up upload workflow
2024-08-27 17:30:32 +04:00
Luis Carlos
ee3a50912a
fix the PR comments
2024-08-26 11:48:58 -04:00
Luis Carlos
4aef6c6e25
Add languages
2024-08-26 00:42:47 -04:00
Luis Carlos
2bca034671
Add references in the table
2024-08-25 01:02:58 -04:00
1ilit
3cd0633c01
Fix multiple foreign keys not being exported from generic to sqlite
2024-08-24 23:53:10 +04:00
1ilit
728a092ac6
Fix multiple foreign keys not being exported in sqlite ( #226 )
2024-08-24 17:24:22 +04:00
Luis Carlos
f71f41d11c
Add documentation menu and generate documentation markdown
2024-08-23 16:50:53 -04:00
1ilit
ff57dbc16d
Use COMMENT keyword when exporting comments
2024-08-23 18:27:59 +04:00
kavya_kunder
28cfe3dace
Fix comment not getting imported issue
2024-08-18 01:42:04 +05:30
1ilit
c44c0c5e4b
Fix extra comma added after enum definitions
2024-08-13 11:01:59 +03:00
1ilit
2f26d12f6a
Make language modal wider
2024-08-07 23:00:19 +03:00
1ilit
07d7766fa8
Recognize many to one relationships on sql import
2024-08-06 14:33:35 +03:00
1ilit
0b95ad2b81
Fix undefined precision
2024-08-05 12:49:12 +03:00
1ilit
2f1cca13d6
Support unsigned types ( #177 )
2024-08-04 17:02:29 +03:00
1ilit
1df8e4d4e0
Allow connecting serial and int field ( #169 )
2024-08-04 16:34:06 +03:00
nktfh100
432df7f1da
Fix multi line field comments
2024-08-03 14:22:56 +03:00