Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Fred Fonkle
Krita
Commits
8d23f839
Commit
8d23f839
authored
Aug 26, 2012
by
Jarosław Staniek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix includes in parser after moving to libs/db/
parent
d90f3356
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4678 additions
and
4704 deletions
+4678
-4704
libs/db/parser/generate_parser_code.sh
libs/db/parser/generate_parser_code.sh
+1
-1
libs/db/parser/sqlparser.cpp
libs/db/parser/sqlparser.cpp
+2766
-2574
libs/db/parser/sqlparser.h
libs/db/parser/sqlparser.h
+400
-734
libs/db/parser/sqlparser.y
libs/db/parser/sqlparser.y
+4
-4
libs/db/parser/sqlscanner.cpp
libs/db/parser/sqlscanner.cpp
+1507
-1391
No files found.
libs/db/parser/generate_parser_code.sh
View file @
8d23f839
...
...
@@ -7,7 +7,7 @@ flex -osqlscanner.cpp sqlscanner.l
bison
-dv
sqlparser.y
echo
'#ifndef _SQLPARSER_H_
#define _SQLPARSER_H_
#include <
predicate
db/field.h>
#include <db/field.h>
#include "parser.h"
#include "sqltypes.h"
...
...
libs/db/parser/sqlparser.cpp
View file @
8d23f839
This diff is collapsed.
Click to expand it.
libs/db/parser/sqlparser.h
View file @
8d23f839
This diff is collapsed.
Click to expand it.
libs/db/parser/sqlparser.y
View file @
8d23f839
...
...
@@ -471,10 +471,10 @@
#include <KDebug>
#include <KLocale>
#include <
kexi
db/connection.h>
#include <
kexi
db/queryschema.h>
#include <
kexi
db/field.h>
#include <
kexi
db/tableschema.h>
#include <db/connection.h>
#include <db/queryschema.h>
#include <db/field.h>
#include <db/tableschema.h>
#include "parser.h"
#include "parser_p.h"
...
...
libs/db/parser/sqlscanner.cpp
View file @
8d23f839
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment