-
Notifications
You must be signed in to change notification settings - Fork 301
QuasiQuoter Improvements #1256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
QuasiQuoter Improvements #1256
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
ef771dc
QQ now returns UnboundEntityDef
parsonsmatt f4d6670
Relocate fixForeignKeysAll
parsonsmatt f272767
deprecate some stuff, reorganize some code
parsonsmatt 9e1d600
ok, now we need to set sql types appropriately.
parsonsmatt a954a73
dodgy instances are banned
parsonsmatt f1549ad
fuse away the EntityDefSqlTypeExp stuff
parsonsmatt ab60f1a
refactor to top level
parsonsmatt ac2099e
fuse sqlTypeExp in there
parsonsmatt 54e2cb3
fix Key vs Id stuff
parsonsmatt b125d1f
still need to get the foreign key types right
parsonsmatt 7be9529
hmmm
parsonsmatt 4d6774f
merge upstream
parsonsmatt cc6a69a
move to QuasiSpec
parsonsmatt 0e036fc
clean up tests
parsonsmatt 1cc7eda
so close
parsonsmatt dca2ee6
ok but what if i don't fix foreign keys
parsonsmatt a927740
wip
parsonsmatt 7d97535
oh man please
parsonsmatt 1119a6c
getting closer...
parsonsmatt 714c6e9
make some tests
parsonsmatt 2e9a6b3
fix json and keyFromValueM
parsonsmatt 3580495
slightly more graceful handling
parsonsmatt 85ee16a
return dummy field for id, from persist values
parsonsmatt afa355b
got some tests passing
parsonsmatt 9ceb489
well sqlite works
parsonsmatt dd1aea7
pg tests running
parsonsmatt a81cdc0
what happened
parsonsmatt 8e11ed5
hmm mongo is trashed maybe
parsonsmatt 2c22c61
bye mongo
parsonsmatt bf07e2e
ok for real bye mongo, for now at least
parsonsmatt a0be82e
clean warns
parsonsmatt 2084c71
asdf
parsonsmatt f64e409
drop GHC 8.2 support
parsonsmatt 3531d82
sigh
parsonsmatt e09f531
lots of commments
parsonsmatt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # persistent-mongoDB | ||
|
|
||
| `persistent-mongoDB` is on hiatus. | ||
|
|
||
| There's a lot of complexity around the `EmbedEntityDef` stuff that makes it | ||
| really annoying to use. | ||
|
|
||
| A new version of `persistent` will make that easy to work with, and I'll fix it | ||
| up then. | ||
|
|
||
| If you want MongoDB *now* then PRs are welcome. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mongo DB is out of commission for now.
the embed entity def stuff is really hard to get right
i think it'll be easy to do when i've got, like, more intelligent multicolumn fields
but for right now i'm just disabling it