Skip to content
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

Data: Support H2, Sqlite + Misc fixes #310

Merged
merged 12 commits into from
Feb 12, 2021
Merged

Conversation

kishorereddy
Copy link
Contributor

@kishorereddy kishorereddy commented Feb 12, 2021

Overview

Added database support for Sqlite, H2
Small fixes for database component

Ticket(s)

n/a

Links(s)

n/a

Dependencies

Using Sqlite for unit-tests
Using H2 for unit-tests

Design

  1. Added database support for Sqlite, H2
  2. Improved Sql Encoders ( support for converting to Value type )
  3. Improved handling of utc
  4. EntityEncoder now does less work by calling sqlEncoder.convert -> value
  5. Unit-tests changed to support testing of these databases

Notes

n/a

Pending

n/a

Tests

Added more tests

@kishorereddy kishorereddy changed the title FIX: Misc issues / improvements with Database component Data: Support H2, Sqlite + Misc fixes Feb 12, 2021
@kishorereddy kishorereddy merged commit c82503d into main Feb 12, 2021
@kishorereddy kishorereddy deleted the 2020-02-11-sql-vendors branch February 24, 2021 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant