-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding the ability to map records lazily and paginate them (#572)
* Adding the ability to map records lazily and paginate them * Fixing compilation errors. * Adding logging configuration * Fixed type on provider instance variable (#581) * TravisCI: Bumping version to match CI definition [ci skip] * Adding a 2.0 roadmap description [ci skip] * Adding more details about 2.0.0 release [ci skip] * Add support for Jdk8 LocalDateTime (#593) * TravisCI: Bumping version to match CI definition [ci skip] * Updating version to correct setup of 1.29.5 [ci skip] (#594) * Adding missing comment * Removing snapshot resolver * Reverting macro changeset accidentally leaked (#596) * Removing macros, re-adding correct dep, removing custom resolver. * Small adjustments * Fixing the 2 broken tests. * Fixing generators * Fixing compilation error * Adding table name variabe to prevent issues * Adding an error handler. * Adding a dual variant test * Adding more safe guards * Using macro type comparison symbol instead of equality checking * Removing redundant conversions * Fixing indenation [ci skip]
- Loading branch information
1 parent
683c035
commit 4e5a3e1
Showing
19 changed files
with
374 additions
and
111 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.