We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf5187 commit 554c123Copy full SHA for 554c123
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strontium",
3
- "version": "2.6.2",
+ "version": "2.6.3",
4
"description": "Strontium is a TypeScript toolkit for High Performance API servers built for Production not Projects.",
5
"main": "lib/src/index.js",
6
"types": "lib/src/index.d.ts",
src/query/drivers/sql/TableRepository.ts
@@ -37,6 +37,7 @@ export abstract class TableRepository<
37
38
if (store instanceof PGStore) {
39
this.postProcessor = pgQueryPostProcessor
40
+ this.tableName = `"${this.tableName}"`
41
}
42
43
0 commit comments