66 Commits

Author SHA1 Message Date
3cefa0c4c7 feat(postgresql): Added database user query function 2025-04-22 13:43:47 +08:00
0ad0568562 feat(postgresql): Added query sequence details interface by SequenceDetailQueryRequest 2025-04-20 15:16:45 +08:00
8bdc39446c refactor(postgresql): Optimize sequence-related functions and code structures 2025-04-18 13:20:06 +08:00
fc5c76a8b9 refactor(postgresql): Refactoring the PostgreSQL sequence code 2025-04-16 13:24:33 +08:00
b4cc48bdb9 feat(PostgreSQL): delete the PostgreSQL sequences 2025-04-12 15:38:31 +08:00
5968485f51 feat(PostgreSQL): Create and update the PostgreSQL sequences 2025-04-12 15:38:30 +08:00
557c43fede feat(PostgreSQL): Get the PostgreSQL sequences 2025-04-12 15:38:30 +08:00
d9779a4b2e feat(PostgreSQL): Get the DDL of the PostgreSQL sequence 2025-04-12 15:38:30 +08:00
f30992ccaa Merge pull request #1458 from Erional/chat2DB#1440
fix_issue:#1440
2024-10-28 12:01:13 +08:00
7712d0d827 Merge branch 'CodePhiliaX:dev' into dev 2024-10-15 22:23:44 +08:00
a4464829d9 Merge pull request #1534 from tmlx1990/pg
Fix:PostgreSQL中DECIMAL、NUMERIC没有小数位问题。
2024-09-25 20:31:18 +08:00
97cf17ffe2 修复PostgreSQL中DECIMAL、NUMERIC没有小数位问题。 2024-09-25 20:22:48 +08:00
89e2eb30de Delete operations of functions 2024-08-03 14:39:09 +08:00
052a36b73e Update and delete operations of procedures 2024-07-30 18:36:27 +08:00
493f934a2c fix columnType error 2024-07-11 13:56:32 +08:00
a43eade70c fix_issue:#1440 2024-07-04 21:12:42 +08:00
57f0cfa2db copy and delete Table 2024-06-27 11:50:55 +08:00
8691c1955f 修复字段不存在的问题 2024-06-25 21:29:14 +08:00
737c1fb284 batch export 2024-06-25 20:53:33 +08:00
zgq
2bfbbaeb87 fix-exportTableData 2024-06-21 18:29:12 +08:00
9421c3d3f4 batch export 2024-06-21 17:21:28 +08:00
zgq
2fcf18d0d9 2024-06-17 17:51:46 +08:00
zgq
a53d60d41a fix unique index 2024-04-15 16:14:08 +08:00
zgq
19a21ea78f fix empty table 2024-04-15 13:43:52 +08:00
zgq
a738a3f62d fix-pgsql-table-ddl 2024-04-15 13:13:39 +08:00
7f181054ba update cdn host 2024-04-06 19:04:38 +08:00
zgq
af467eb5fc remove redundant code and optimize exception throwing 2024-03-28 14:49:40 +08:00
zgq
f425604b15 db-data-export 2024-03-28 13:13:09 +08:00
ji
3c54d129f9 Merge pull request #1239 from openai0229/pgsql-schema-export
Pgsql schema export
2024-03-22 11:17:00 +08:00
zgq
5c0aa96e52 pgsql-schema-export 2024-03-20 18:53:47 +08:00
zgq
fb46b4c4c6 pgsql-schema-export 2024-03-20 18:49:10 +08:00
zgq
806a9a4375 pgsql-schema-export 2024-03-20 18:48:30 +08:00
zgq
0dc73e4d34 pgsql-schema-export 2024-03-20 18:25:44 +08:00
c96490a426 feat:support system database and schemas 2024-03-17 21:56:50 +08:00
0fe586d263 feat:support Serializable 2024-03-15 14:07:51 +08:00
zgq
1469908d27 pgsql schema export 2024-03-02 15:57:52 +08:00
064d15bd5a Part of the English translation work, and some typos in the original project were corrected. 2024-02-29 22:55:03 +08:00
be999aa831 Optimize code structure. 2024-01-09 19:16:55 +08:00
056df5d273 Fixed the problem of direct query table data error due to characters 2023-12-29 11:39:26 +08:00
3c356c6108 merge 2023-11-16 22:02:52 +08:00
ji
594190f594 Merge pull request #805 from tmlx1990/main
FIX: 772 默认值中增加CURRENT_TIMESTAMP。
2023-11-14 19:47:02 +08:00
3a13c936b4 增加DB2、DM、KingBase、PostgreSQL、Sqlite、SqlServer默认值下拉配置。 2023-11-13 23:21:28 +08:00
eed78015dc Driver configuration is configured through json,
Support driver attribute configuration.
2023-11-12 22:25:51 +08:00
06e779da8c Fix issues 792 NullPointerException 2023-11-11 19:09:46 +08:00
ji
fad74a6f04 Merge pull request #786 from e-mhui/fix-pg-sql-error
#785 fix pg ddl sql error
2023-11-09 21:13:03 +08:00
3a0e9320c5 #785 Modify split 2023-11-09 19:49:00 +08:00
c32bcab505 #785 Fix same constraint name in same schema 2023-11-09 19:42:31 +08:00
732b4f54d4 #785 add defaultValue 2023-11-09 19:25:56 +08:00
a80ccc7258 #785 fix pg sql error 2023-11-09 18:02:00 +08:00
0327c7e0e9 Fix pg edit table error 2023-11-09 16:38:43 +08:00