1
Fork 0

finish on the website updates for now

This commit is contained in:
Jake Wheat 2015-08-08 22:30:17 +03:00
parent b7d9d92ae7
commit 322b6f200d
5 changed files with 38 additions and 21 deletions

View file

@ -26,12 +26,6 @@ prohibit everything that the standard doesn't allow.
Apart from this permissiveness, some work has been put into trying to
get the best parser error messages possible.
Although the parser and syntax support some character set constructs,
any source is always parsed in the default system encoding which
Haskell uses, and any encoding/decoding is left to the system. I think
this effectively means that you will usually be using utf-8 character
set for the sql source.
== Queries
=== Select lists