Skip to content

Commit

Permalink
Fixed 'empty string values' in annotations meta-data, added an option…
Browse files Browse the repository at this point in the history
… to return the SQL generated from a PHQL query object
  • Loading branch information
andresgutierrez committed May 31, 2015
1 parent 6dec5d1 commit 629161b
Show file tree
Hide file tree
Showing 10 changed files with 681 additions and 554 deletions.
2 changes: 1 addition & 1 deletion ext/phalcon/annotations/generate
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
re2c -o scanner.c scanner.re && ./lemon -s parser.lemon && cat base.c >> parser.c
sed s/"\#line"/"\/\/"/g scanner.c > xx && mv -f xx scanner.c
sed s/"#line"/"\/\/"/g parser.c > xx && mv -f xx parser.c
sed s/"#define TOKEN"/"#define ATOKEN"/g parser.c > xx && mv -f xx parser.c
sed s/"define TOKEN"/"define ATOKEN"/g parser.c > xx && mv -f xx parser.c
sed s/YY/AA/g scanner.c > xx && mv -f xx scanner.c
sed s/yy/aa/g scanner.c > xx && mv -f xx scanner.c
sed s/YY/AA/g parser.c > xx && mv -f xx parser.c
Expand Down
300 changes: 150 additions & 150 deletions ext/phalcon/mvc/model.zep.c

Large diffs are not rendered by default.

51 changes: 27 additions & 24 deletions ext/phalcon/mvc/model/metadata/strategy/annotations.zep.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 629161b

Please sign in to comment.