Skip to content

Commit

Permalink
Split queries by semicolon (#362)
Browse files Browse the repository at this point in the history
* wip: parse query before preparing

* feature: split queries on semicolon
for #318

* tweak: remove duplicate definition

* feature: split migrations

* wip: skip empty queries

* wip: skip empty queries
  • Loading branch information
g105b committed Oct 19, 2023
1 parent 727750a commit 388b6f7
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 201 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"php": ">=8.1",
"ext-PDO": "*",
"phpgt/config": "^v1.1.0",
"phpgt/cli": "^1.3"
"phpgt/cli": "^1.3",
"greenlion/php-sql-parser": "^4.6"
},

"require-dev": {
Expand Down
Loading

0 comments on commit 388b6f7

Please sign in to comment.