1
Fork 0
simple-sql-parser/Language/SQL/SimpleSQL
Jake Wheat 37dca6596b support character set literals, e.g. N'stuff'
support collate postfix operator
support escape and uescape as postfix operators
change the collate support in substring and trim which isn't a special
  case in the sql 2003 grammar anymore but just a normal collate postfix
  operator, the old code had the collation name as a string, but the
  new style is as an identifier
2014-04-18 00:16:24 +03:00
..
Parser.lhs support character set literals, e.g. N'stuff' 2014-04-18 00:16:24 +03:00
Pretty.lhs support character set literals, e.g. N'stuff' 2014-04-18 00:16:24 +03:00
Syntax.lhs support character set literals, e.g. N'stuff' 2014-04-18 00:16:24 +03:00