1
Fork 0
Commit graph

322 commits

Author SHA1 Message Date
Jake Wheat 5fde163833 add travis 2020-04-24 18:16:24 +01:00
Jake Wheat 8accc62cef
Update README 2019-12-21 10:58:23 +00:00
Jake Wheat ac66ede538 add source to haddock, few doc notes, tweak website build 2019-09-21 09:18:27 +01:00
Jake Wheat a55694abff small doc fix 2019-09-01 11:55:13 +01:00
Jake Wheat 9df04a3040 fix some imports and exports, particularly stop reexporting all the dialect stuff everywhere 2019-09-01 11:52:17 +01:00
Jake Wheat f58e19f33b work on docs in dialect module, remove unnecessary export of ansi2011ReservedKeywords 2019-09-01 11:32:48 +01:00
Jake Wheat 7f1351c123 tweak haddock, remove CPP (only causes a warning with ghc 8.2.1), other small tweaks 2019-09-01 10:04:04 +01:00
Jake Wheat df8a8e8df3 move special type names to the dialect 2019-09-01 09:45:26 +01:00
Jake Wheat 86f5e203af add iden keywords and app keywords to the dialect 2019-09-01 09:34:10 +01:00
Jake Wheat 9f2ff37c54 fix regression in extract function parsing, some small tweaks 2019-08-31 18:12:35 +01:00
Jake Wheat 7e38efc0bf update website build script 2019-08-31 16:48:51 +01:00
Jake Wheat 2ab4c08a7e update version, and some docs 2019-08-31 16:27:33 +01:00
Jake Wheat ca910b8e6d tweaks to the keyword list and handling 2019-08-31 16:15:17 +01:00
Jake Wheat 1a1913e7b8 example of a custom dialect which allows date('xxx') syntax by removing 'date' from the list of keywords 2019-08-31 13:50:12 +01:00
Jake Wheat 206982cd0a fix error message in simple sql parser when not parsing from file 2019-08-31 13:43:37 +01:00
Jake Wheat 4c8f612f56 fix some warnings, small tweaks to the build 2019-08-31 13:41:07 +01:00
Jake Wheat 020b33e729 improve the dialect handling to be more feature based 2019-08-31 13:40:23 +01:00
Jake Wheat ee432d79ba update handling of fetch first and limit wrt dialects 2019-08-31 12:38:24 +01:00
Jake Wheat eb45eb8705 start refactoring the dialect support, and work on the keyword handling 2019-08-31 11:57:28 +01:00
Jake Wheat 3707a09cb8 allow current_timestamp to be parsed, bump version 2019-08-31 10:08:02 +01:00
Jake Wheat 9f4a457a4d fix extra 'as' when printing ctes 2019-08-31 09:30:42 +01:00
Jake Wheat ce0eeb392a fix parsing of quoted keywords 2019-08-31 09:13:09 +01:00
Jake Wheat c5b8df7e2f add note about older ghc versions 2019-07-08 18:40:55 +01:00
Jake Wheat 525a1a8652 fixes to docs 2019-07-07 13:46:39 +01:00
Jake Wheat 5db749128a update changelog 2019-07-07 13:21:20 +01:00
Jake Wheat 8e9b9edd0c add window functions to the keyword parser hack so they work, bug #18 2019-07-07 13:08:02 +01:00
Jake Wheat e54cfee62b work on documentation for new release 2019-07-07 12:54:22 +01:00
Jake Wheat 8555650583 update build to use new cabal, update stack resolver, add build target for exe 2019-07-07 11:33:02 +01:00
Jake Wheat 908a8156e2 small updates for latest packages, cabal and ghc 2019-07-05 19:19:10 +01:00
Jake Wheat 372dcf91cc
Merge pull request #17 from gbordyugov/read-stdin
Read stdin for SimpleSqlParserTool
2018-11-28 09:53:16 +07:00
Grigory Bordyugov fd8356aa1b read stdin 2018-11-27 17:54:53 +01:00
Jake Wheat 00433a26e8 update some package versions 2018-09-22 11:37:13 +01:00
Jonas Scholl 9631a3d1ba Update for base-4.11 compatibility. 2018-07-11 22:37:18 +02:00
Jake Wheat 25982a78db check with stackage/ghc 8.2.1 snapshot 2017-08-05 12:43:56 +03:00
Jake Wheat a33de9d7e0 update to lts-9.0 2017-08-05 12:29:33 +03:00
Jake Wheat afe3b72a71 Merge branch '0.4.3' 2017-08-05 12:11:09 +03:00
Jake Wheat 2b9f32f2a1 update changelog 2017-08-05 11:53:47 +03:00
Jake Wheat aafe06da7c add backported Makefile 2017-08-02 22:33:18 +03:00
Jake Wheat 67282108c9 add base version in cabal file for hackage 2017-08-02 22:32:39 +03:00
Jake Wheat 57e5004328 update dependencies 2017-06-27 23:07:56 +03:00
Jake Wheat 8468ec389a update stack lts version 2017-06-27 22:51:29 +03:00
Jake Wheat e3b6f1570e Merge pull request #12 from gbordyugov/tool-update
tools/SimpleSqlParserTool.lhs fix
2017-06-27 20:36:53 +03:00
Grigory Bordyugov 58024e417e dialect variable in SimpleSqlParserTool.lhs 2017-02-09 13:15:23 +01:00
Grigory Bordyugov 9e24a308e7 tools/SimpleSqlParserTool.lhs fix 2017-02-09 11:46:49 +01:00
Jake Wheat cef4205293 upgrade stack file to lts 6.10 2016-08-10 11:32:10 +03:00
Jake Wheat ff3dcb814c add support for oracle type size units 'char' and 'byte', example: varchar2(55 byte) 2016-08-10 11:27:30 +03:00
Jake Wheat efcb0f78d1 add dependencies back to base 2016-07-12 09:58:34 +03:00
Jake Wheat 6f42a4866a update version to 0.4.2 2016-07-12 09:55:04 +03:00
Jake Wheat b3333b04bc update dependencies so it works with ghc 8 2016-07-12 09:53:24 +03:00
Jake Wheat b23f3aaa07 Merge pull request #10 from hanjoosten/master
Relax dependency of base
2016-06-10 09:39:51 +03:00