[Github-comments] [geany/geany] Geany doesn't create tags for CREATE TABLE IF NOT EXISTS (#2785)
Lawrence González
notifications at xxxxx
Fri Apr 16 02:49:13 UTC 2021
When I use `CREATE TABLE IF NOT EXISTS` in SQL to create a table Geany does not create any label for that table in the Symbols left panel, the same problem occurs in Ctags.
This is an example of the problem:
![Captura de pantalla_2021-04-15_22-46-52](https://user-images.githubusercontent.com/11948239/114964365-929e3400-9e3c-11eb-94b9-c848dafead44.png)
Example code that I used:
```SQL
CREATE TABLE IF NOT EXISTS test (
id INTEGER NOT NULL PRIMARY KEY,
mytext TEXT NOT NULL
);
CREATE TABLE another_test (
id INTEGER NOT NULL PRIMARY KEY,
mynum INTEGER
);
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2785
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210415/cb078b03/attachment.htm>
More information about the Github-comments
mailing list