1
Fork 0
Commit graph

15 commits

Author SHA1 Message Date
Jake Wheat 4d907fee7a
Merge pull request #56 from Airsequel/latest
Mixing default clauses and constraints & columns without types
2024-10-07 09:47:43 +01:00
hanjoosten 0a3c672cd5 Bugfix for issue Bug: Brackets required in generated select statement. #57 2024-10-05 17:54:31 +02:00
prescientmoon 4b0db42396
Merge branch 'default-clause-inside-constraints' into latest 2024-09-02 19:50:11 +02:00
prescientmoon 74578f9cdf
Allow default clauses inside constraints 2024-09-02 19:06:33 +02:00
prescientmoon 424211b49a
Allow not specifying types for column defs 2024-09-02 18:25:37 +02:00
prescientmoon bae817defd
Implement sqlite "without rowid" clauses 2024-07-11 21:59:58 +02:00
Jake Wheat 742382fcc0 restrict parsing of * and X.* as term in expressions 2024-02-08 10:43:11 +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 fe6b71fa2a hlint pass 2024-01-11 15:34:07 +00:00
Jake Wheat 382555b060 trivial tweaks 2024-01-10 17:05:56 +00:00
Jake Wheat 301ee009d0 fix pretty printer formatting 2024-01-10 16:10:00 +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 ab687318fb checkpoint during parser conversion to megaparsec 2024-01-10 07:40:24 +00:00
Jake Wheat 4a3455b67c switch from pretty to prettyprinter 2024-01-09 00:14:48 +00:00
Jake Wheat ec8ce0243e switch from literate to regular haskell source 2024-01-09 00:07:47 +00:00