Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristn committed Aug 21, 2019
1 parent 799f8b9 commit d74f8d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Core features:
## New in v1.4.x

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

0 comments on commit d74f8d5

Please sign in to comment.