forked from JetBrains/Exposed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: EXPOSED-88 Remove kotlinx-serialization dep from exposed-co…
…re (JetBrains#1793) Create new module exposed-json with api folder. Migrate JSON/JSONB column type classes, function classes, and extension functions. Migrate all testing data/functions and test suites. Make postgresql driver compileOnly (and update valueFromDB() in column type classes). Remove all kotlinx-serialization and postgresql driver dependencies from exposed-core and exposed-tests modules. Add testDependency on new module to all 3 datetime modules. Rename public API extension functions by removing 'json' prefix. Function names in exposed-core module vendor FunctionProvider have not been renamed to properly emphasize that theyare related to the new module.
- Loading branch information
Showing
25 changed files
with
504 additions
and
419 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
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.