-
Seems to be an issue referencing a table in a different db.
```
cconnors@dev1:~/Modyllic$ scripts/modyllic diff --debug --verbose mysql:host=dev1.nanigans.com:dbname=library:username=aa:password=bb m…
-
_From [jossanto...@gmail.com](https://code.google.com/u/115608208882702394719/) on December 12, 2014 01:29:59_
What steps will reproduce the problem? $parser = new PHPSQLParser();
$creator = new …
-
Would be nice to point packagist here for sources and releases:
https://packagist.org/packages/greenlion/php-sql-parser
Composer handles github.com using API and is able to download the zip files for…
-
When I try to create a backup with ./bin/storage dump I'd had an error with mysqldump.
docker exec -ti phabricator_phabricator_1 bash -c './phabricator/bin/storage dump --compress --output /tmp/ba…
-
Hello, i found a bug in a pretty niche use case.
MySQL provides Multi-Valued Indexes to speed up JSON_CONTAINS() search. However, when the condition JSON_CONTAINS(“...”) = 1 is evaluated, MySQL mus…
-
Make use of the new PAGE_COMPRESSED=1 and Column's COMPRESSED=1 features.
Page compression: https://mariadb.com/kb/en/library/compression/
Column compression: https://jira.mariadb.org/browse/MDE…
-
I'm just adding this as a note. I haven't played with tree-sitter and tree-sitter queries yet. But I might see if I can find time to pitch in. I love the effort put in. But there is still some things …
-
```
What steps will reproduce the problem?
1. Parse the following query with keyword positions true
2. Error happens
What is the expected output? What do you see instead?
PHP Fatal error: Uncaught …
-
**Describe the bug**
When running `report-parser.pl` on a debian 12 base image I got an error with `missing JSON in @INC`
**To Reproduce**
Steps to reproduce the behavior:
1. create a docker con…
-
```
I would like to see the parser support the CREATE TABLE statement.
```
Original issue reported on code.google.com by `preston....@gmail.com` on 2 Mar 2012 at 6:45