-
### Environment
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keyword…
-
### Environment
Windows 10 with MySQL
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
# Put the result here.
name : gedmo/doctrine-extensions
descrip. : Do…
-
### Setup and configuration
- SMW version: 3.1.2 (e00b1755a)
- MW version: 1.33.2
- PHP version: 7.2.24
- DB system (MySQL, Blazegraph, etc.) and version: MySQL 5.7.28
### Issue
This is on…
Seb35 updated
2 years ago
-
```
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 …
-
```
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 …
-
```
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 …
-
### Description
The following code:
```php
-
So the problem is pretty simple:
The original:
```SQL
TIMESTAMPDIFF(SECOND, uc_call.created_at, uc_call.ended_at) - uc_call.duration as waiting
```
The result:
```SQL
TIMESTAMPDIFF(`SECOND`…
-
```
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 …
-
For instance, SQL grammar can be quite big, and it would be more convenient to split that into several files: https://github.com/apache/calcite/blob/724eb032d0141c15d17422d50c5235be00ac989f/core/src/m…