Jake Wheat
|
b3bfb5e723
|
refactor parsing code slightly, small parse error tweaks
|
2024-02-08 10:49:37 +00:00 |
|
Jake Wheat
|
742382fcc0
|
restrict parsing of * and X.* as term in expressions
|
2024-02-08 10:43:11 +00:00 |
|
Jake Wheat
|
6e1e377308
|
replace error messages tool with golden test approach
|
2024-02-08 10:38:19 +00:00 |
|
Jake Wheat
|
c11bee4a9c
|
switch tests to hspec, improve error messages
|
2024-02-04 16:00:59 +00:00 |
|
Jake Wheat
|
fadd010942
|
add tags to release checklist
|
2024-02-03 13:47:18 +00:00 |
|
Jake Wheat
|
59406c749e
|
restore source-repository section to cabal file
|
2024-02-03 09:07:30 +00:00 |
|
Jake Wheat
|
7f4fda7ce7
|
fix error message quoting
|
2024-02-02 17:20:20 +00:00 |
|
Jake Wheat
|
1f51e630d3
|
update changelog
|
2024-01-26 17:17:28 +00:00 |
|
Jake Wheat
|
681cbfc416
|
overhaul website
|
2024-01-26 16:29:58 +00:00 |
|
Jake Wheat
|
45669ed7d3
|
reorganise
move exe example to examples/
get rid of the second example
move tests to tests/
don't shadow show in Pretty
|
2024-01-26 15:28:15 +00:00 |
|
Jake Wheat
|
fa5091ac80
|
update docs
|
2024-01-12 19:25:13 +00:00 |
|
Jake Wheat
|
fe6b71fa2a
|
hlint pass
|
2024-01-11 15:34:07 +00:00 |
|
Jake Wheat
|
858c7723b0
|
adjust makeSelect helper to be new type, lib and tests now compile without any warnings
|
2024-01-11 14:45:20 +00:00 |
|
Jake Wheat
|
a3d1ba7e5c
|
attempt to improve some parse errors, change some imports to be explicit
|
2024-01-11 14:01:04 +00:00 |
|
Jake Wheat
|
9cadbee355
|
remove unneeded Setup.hs, update LICENSE, email
|
2024-01-11 13:55:41 +00:00 |
|
Jake Wheat
|
e93d56b47a
|
add stack.yaml.lock file
|
2024-01-11 13:51:57 +00:00 |
|
Jake Wheat
|
d2f4ebcb46
|
remote now unused combinators file
|
2024-01-11 13:51:48 +00:00 |
|
Jake Wheat
|
382555b060
|
trivial tweaks
|
2024-01-10 17:05:56 +00:00 |
|
Jake Wheat
|
add2e373a0
|
update changelog
|
2024-01-10 16:24:14 +00:00 |
|
Jake Wheat
|
32e738f050
|
fix rendering of test case examples for website, other small fixes to website
|
2024-01-10 16:18:05 +00:00 |
|
Jake Wheat
|
6ebf63ba29
|
get compiling with the latest stack lts (22.5)
|
2024-01-10 16:17:30 +00:00 |
|
Jake Wheat
|
301ee009d0
|
fix pretty printer formatting
|
2024-01-10 16:10:00 +00:00 |
|
Jake Wheat
|
6cde51dd57
|
remove old travis file which hasn't worked for a long time
|
2024-01-10 12:59:18 +00:00 |
|
Jake Wheat
|
0460c237e5
|
update website
|
2024-01-10 12:54:01 +00:00 |
|
Jake Wheat
|
2fd285e670
|
tidying pass: update changelog, get example compiling, pass on haddock, rename MyStream to SQLStream, tweak cabal file
|
2024-01-10 12:29:21 +00:00 |
|
Jake Wheat
|
de121d1fd6
|
move the megaparsec stream stuff to the lexer, restore the old lex return without source positions, add a new lex function that does return source positions
|
2024-01-10 11:57:13 +00:00 |
|
Jake Wheat
|
e76aa2818b
|
all tests passing, switch to megaparsec provisionally complete
|
2024-01-10 11:41:38 +00:00 |
|
Jake Wheat
|
4e09fe9f45
|
get old lexing code working again, now only 3 tests fail
|
2024-01-10 11:28:34 +00:00 |
|
Jake Wheat
|
0f307f51c7
|
fix handling of lex errors
|
2024-01-10 09:44:12 +00:00 |
|
Jake Wheat
|
55a7537108
|
clean up some warnings, remove parsec dep, fix a temp commented out test
|
2024-01-10 09:34:17 +00:00 |
|
Jake Wheat
|
af8ea544f6
|
fix the permutation parsers
|
2024-01-10 09:27:13 +00:00 |
|
Jake Wheat
|
8cc475240b
|
fix the scalar expression operator parsing, use expression operator parsing for set operations too
|
2024-01-10 09:18:07 +00:00 |
|
Jake Wheat
|
7a5ad6c206
|
add reader to parse stack for dialect
|
2024-01-10 08:18:57 +00:00 |
|
Jake Wheat
|
ab687318fb
|
checkpoint during parser conversion to megaparsec
|
2024-01-10 07:40:24 +00:00 |
|
Jake Wheat
|
9396aa8cba
|
switch in megaparsec with stub lexing code
|
2024-01-09 17:53:12 +00:00 |
|
Jake Wheat
|
d80796b1dd
|
reorder the lex file in prep
|
2024-01-09 17:47:04 +00:00 |
|
Jake Wheat
|
8c05ffd0b6
|
update docs
|
2024-01-09 10:00:30 +00:00 |
|
Jake Wheat
|
4a3455b67c
|
switch from pretty to prettyprinter
|
2024-01-09 00:14:48 +00:00 |
|
Jake Wheat
|
54db1de22c
|
update version of simple sql parser package
|
2024-01-09 00:08:53 +00:00 |
|
Jake Wheat
|
ec8ce0243e
|
switch from literate to regular haskell source
|
2024-01-09 00:07:47 +00:00 |
|
Jake Wheat
|
f51600e0b1
|
Merge pull request #51 from Airsequel/non-comma-separated-constraints
Parse constraints not separated by comma
|
2024-01-08 23:39:22 +00:00 |
|
Matei Adriel
|
f180d1070b
|
Add non-comma separated constraint dialect toggle
|
2024-01-09 00:25:51 +01:00 |
|
Matei Adriel
|
51157d502e
|
Parse constraints not separated by comma
|
2024-01-09 00:18:24 +01:00 |
|
Jake Wheat
|
d8b32c0931
|
Merge pull request #50 from Airsequel/autoincrement
Support autoincrement columns
|
2024-01-08 22:05:07 +00:00 |
|
Matei Adriel
|
d53afd905e
|
Add autoincrement option to dialect
|
2024-01-08 22:14:19 +01:00 |
|
Matei Adriel
|
c997e3196c
|
Support autoincrement columns
|
2024-01-08 22:14:19 +01:00 |
|
Jake Wheat
|
6957a39911
|
update to work with latest ghc, cabal packages
|
2024-01-08 12:26:44 +00:00 |
|
Jake Wheat
|
a937424514
|
Merge pull request #36 from bartoszw/master
Two enhancements of sqlserver dialect
|
2021-12-05 18:20:13 +00:00 |
|
Bartosz Wójcik
|
4f0b373131
|
Merge branch 'master' of https://github.com/bartoszw/simple-sql-parser
|
2021-12-02 17:04:04 +01:00 |
|
Bartosz Wójcik
|
80e79ced2e
|
Small editorial
|
2021-12-02 17:04:01 +01:00 |
|