Skip to content

Commit d74f8d5

Browse files
committed
README
1 parent 799f8b9 commit d74f8d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Core features:
2525
## New in v1.4.x
2626

2727
- Encapsulate table names in queries with the appropriate characters
28-
- Microsoft SQL: ```[tablename]```
29-
- MySQL: ```\`tablename\````
30-
- PostgreSQL: ```"tablename"```
28+
- Microsoft SQL: ``` [tablename] ```
29+
- MySQL: ``` `tablename` ```
30+
- PostgreSQL: ``` "tablename" ```
3131
- Add support for CreateTable and DropTable operations, please note the following constraints:
3232
- For PostgreSQL, automatically uses ```SERIAL PRIMARY KEY``` for primary keys
3333
- For Microsoft SQL, automatically creates a constraint and assumes primary key type is ```int```

0 commit comments

Comments
 (0)