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 799f8b9 commit d74f8d5Copy full SHA for d74f8d5
README.md
@@ -25,9 +25,9 @@ Core features:
25
## New in v1.4.x
26
27
- Encapsulate table names in queries with the appropriate characters
28
- - Microsoft SQL: ```[tablename]```
29
- - MySQL: ```\`tablename\````
30
- - PostgreSQL: ```"tablename"```
+ - Microsoft SQL: ``` [tablename] ```
+ - MySQL: ``` `tablename` ```
+ - PostgreSQL: ``` "tablename" ```
31
- Add support for CreateTable and DropTable operations, please note the following constraints:
32
- For PostgreSQL, automatically uses ```SERIAL PRIMARY KEY``` for primary keys
33
- For Microsoft SQL, automatically creates a constraint and assumes primary key type is ```int```
0 commit comments