-
### Describe the bug
When a table name contains dots, columns can't be sorted. The bug is in sql-parser it seems.
On 5.2.2-dev it gives the HTML code in modal, but on 6.0.0-dev I get this:
``…
-
```
PS Z:\GitHub\sql-parser> php ./bin/sql-parser --highlight --query "SELECT * FROM `test` WHERE `col` = 1"
SELECT
*
FROM
est
WHERE
col = 1
```
-
### Describe the bug
When a large CSV file (~50-100 Mb) is imported, a blank page is received.
`PHP Fatal error: Maximum execution time of 300 seconds exceeded in /usr/share/phpmyadmin/vendor/p…
-
### Environment
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keyword…
-
```php
-
| Q | A
| --- | ---
| Bug? | yes
| New Feature? | no
| Community Bundle Version | 2.0@dev: 17e2867a4caae61a295d32811838de24a112c5a4
| Sulu Version | -
| Browser Version | -
#### Actual Behavi…
-
Hello,
I installed the demo version of pimcore composer create-project pimcore/demo pimdemo
And then as i continue following the installing instructions i started getting a error on that assert
…
-
_From [charline...@gmail.com](https://code.google.com/u/112692514356444719970/) on December 22, 2014 16:20:09_
Hello,
Using the replace function in MySQL (the str_replace of MySQL) in a SELECT claus…
-
query is:
```
SELECT table1.field1, CONCAT(table1.field1, table1.field2) as newfield
FROM table1
UNION ALL
SELECT table2.field3, CONCAT(table2.field3, table2.field2) as newfield
FROM table2
`…
-
```
What steps will reproduce the problem?
1. Have tables you can't change that incorrectly store numbers as strings
2. join those tables using the 'to_number' function in the on clause
3. parse sql
…