Commit Graph

851 Commits

Author SHA1 Message Date
Francisco-Galindo
08a9ff2803 Add subtype restrictions 2025-01-14 11:37:03 -06:00
Francisco-Galindo
92a25596a1 Add button to make a relationship a subtype 2025-01-14 11:05:40 -06:00
Francisco-Galindo
3ac309e073 Agregar locale para menú de elección de IDEF1X 2024-12-17 13:00:09 -06:00
Francisco-Galindo
4957b6d319 Agregar opción para cambiar a notación idef1x 2024-12-17 12:50:54 -06:00
Patricio2002
f165b1762c IDEF1x 2024-12-16 20:53:56 -06:00
Francisco-Galindo
3ba00c3f74 Agrego localización para inglés y español de selección de notaciones 2024-12-03 11:17:51 -06:00
Francisco-Galindo
cd0b29b948 Poner settings por default para la notación 2024-12-03 11:17:27 -06:00
Francisco-Galindo
2f3972a437 Agregar botón para cambiar de notación 2024-12-03 11:16:37 -06:00
Patricio2002
226b1b3150 crowfoot 2024-11-26 12:52:38 -06:00
Francisco-Galindo
20a2553b3d Revert "Permito deployment en un subfolder"
This reverts commit e7aedc3ecf.
2024-11-05 12:57:11 -06:00
Francisco-Galindo
edacd61cde Remove vercel/analytics 2024-11-05 12:33:44 -06:00
Francisco-Galindo
ce6d75b0af Remove vercel/analytics 2024-11-05 12:31:39 -06:00
Francisco-Galindo
5692161147 Remove vercel/analytics 2024-11-05 12:27:55 -06:00
Francisco-Galindo
e7aedc3ecf Permito deployment en un subfolder 2024-11-05 12:17:11 -06:00
1ilit
35d55a02f1
Merge pull request #282 from ruizhiii/fix/foreign-key-case-sensitive
Fix foreign key comparison case sensitive
2024-10-27 17:46:50 +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
90f70a7074
Merge pull request #280 from rahulkumarbhagat-coder/add-japanese-locale
Add Japanese Locale
2024-10-26 15:40:22 +04:00
rahulkumarbhagat-coder
14e7e1d117 Add Japanese Locale 2024-10-26 15:49:12 +05:30
1ilit
ed79fac521
Merge pull request #279 from JamalArshad147/add-urdu-translation
Urdu Language Support
2024-10-26 04:12:23 +04:00
Jamal Arshad
d01d9aa463 Add Urdu translation support 2024-10-26 04:39:27 +05:00
1ilit
fc936b92e5
Merge pull request #273 from rritik772/fix/no-error-location
Fix parser silently failing when there is no error location
2024-10-25 04:08:22 +04:00
Ritik Ranjan
d65276badc if no error location is avaliable
if no error location is avaliable gui does not show any error. It falls
sliently
2024-10-24 20:27:02 +05:30
1ilit
b03b785b62
Merge pull request #271 from dantemogrim/feature/swedish-translation
Add Swedish translations
2024-10-23 09:42:30 +04:00
Dante Mogrim
b041abb56a feature(translation): provide swedish locale 2024-10-22 20:15:23 +02:00
1ilit
de84c0825d
Merge pull request #263 from dantemogrim/main
Make buttons more responsive
2024-10-19 12:28:34 +04:00
1ilit
d81714a930
Merge pull request #267 from MechanikGamer/main
Added  Norwegian Language
2024-10-19 12:16:14 +04:00
Tomasz Seredynski
3a989ad022 Added Norwegian Language 2024-10-18 22:09:08 +02:00
1ilit
c8a33c3222
Merge pull request #266 from MechanikGamer/main
Added Polish Language
2024-10-19 00:02:10 +04:00
Tomasz Seredynski
20a4310d61 Added Polish Language 2024-10-18 20:16:10 +02:00
Dante Mogrim
249d11f9e5 Make buttons more responsive w/o relying on flex 2024-10-15 19:23:38 +02:00
Dante Mogrim
feb1eb8364 Make buttons more responsive
On tablets and larger phone screens, these two were lacking a margin
setting (leading to a "squished" look). This commit resolves that.
2024-10-14 18:32:52 +02:00
1ilit
81c4728ea5
Merge pull request #262 from somya-05/feat/add_kannada_locale
Add kannada locale
2024-10-12 23:43:22 +04:00
Somya Bansal
486974f26e feat: add kannada locale 2024-10-12 18:16:55 +05:30
1ilit
df54f864da
Merge pull request #258 from rudcode/main
Add type size when exporting postgres
2024-10-11 15:45:09 +04: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
c8386a0f99 Add timetz datatype for postgres 2024-10-11 14:59:44 +04:00
Tamas Balog
468210f28a Add new entries to the Hungarian localization 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
5c2262e759
Remove TEXT size from postgres datatype 2024-10-11 07:29:53 +07:00
1ilit
6314f9876c
Merge pull request #255 from rudcode/main
Fix postgres auto increment primary key
2024-10-08 11:49:21 +04: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
1ilit
257209c3e1
Merge pull request #253 from rudcode/timetz
Add timetz datatype for postgres
2024-10-03 10:23:24 +04:00
Rudy Nurhadi
b56024bc83
Add timetz datatype for postgres 2024-10-03 11:11:12 +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