Skip to content

Commit

Permalink
postgre does not support create and update table
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Dec 4, 2024
1 parent cf9db66 commit 3e33906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/postgres/postgres-driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default abstract class PostgresLikeDriver extends CommonSQLImplement {
supportBigInt: false,
supportModifyColumn: false,
mismatchDetection: false,
supportCreateUpdateTable: true,
supportCreateUpdateTable: false,
supportInsertReturning: true,
supportUpdateReturning: true,
};
Expand Down

0 comments on commit 3e33906

Please sign in to comment.