Skip to content

Commit

Permalink
添加条件表达式中的()优先级解析
Browse files Browse the repository at this point in the history
  • Loading branch information
akwei committed Jul 18, 2012
1 parent ba148cf commit ccfa13f
Show file tree
Hide file tree
Showing 7 changed files with 2,587 additions and 2,089 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#不支持功能:
#####1, jdbc Statement访问. (使用 Statement访问时,不会进行sql的分表分库的解析,最终执行的sql是没有解析的)
#####2, 嵌套sql使用. (使用嵌套sql时,不会进行sql的分表分库的解析,最终执行的sql是没有解析的)
#####2, 不支持 (column_name)=? 对column_name加"()"
#####3, sql中不支持between ... and ..., 可是使用 >= and <=替代 (使用 between ... and ...时,会抛出异常)
#####5, sql中不支持 in(?,?,?)这种使用in 的预处理语句
#####6, 分布式事务
Expand Down
3 changes: 2 additions & 1 deletion releasenote.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2012-07-18
支持sql中使用column_name='a' column_name=sysdate() 的赋值方式,但是此column_name的值不能作为分区关键字使用
1,支持sql中使用column_name='a' column_name=sysdate() 的赋值方式,但是此column_name的值不能作为分区关键字使用
2,添加当使用 PartitionParser 进行解析时,返回null的提示
2012-07-15
1,支持设置默认数据源
190 changes: 95 additions & 95 deletions src/main/java/halo/dal/analysis/antlr/v3/AntlrV3SQLLexer.java

Large diffs are not rendered by default.

Loading

0 comments on commit ccfa13f

Please sign in to comment.