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

Emulate JSON types for SQLite3 adapter #29664

Merged
merged 1 commit into from
Dec 3, 2017

Conversation

kamipo
Copy link
Member

@kamipo kamipo commented Jul 3, 2017

Actually SQLite3 doesn't have JSON storage class (so it is stored as a
TEXT like Date and Time). But emulating JSON types is convinient for
making database agnostic migrations.

@kamipo kamipo force-pushed the emulate_json_types_for_sqlite3 branch 2 times, most recently from c840750 to f0907b1 Compare September 4, 2017 22:43
@kamipo kamipo force-pushed the emulate_json_types_for_sqlite3 branch from f0907b1 to 4b551b4 Compare October 5, 2017 08:51
Actually SQLite3 doesn't have JSON storage class (so it is stored as a
TEXT like Date and Time). But emulating JSON types is convinient for
making database agnostic migrations.
@kamipo kamipo force-pushed the emulate_json_types_for_sqlite3 branch from 4b551b4 to 8bcfc38 Compare October 7, 2017 07:43
@kamipo kamipo merged commit 70fa9e9 into rails:master Dec 3, 2017
@kamipo kamipo deleted the emulate_json_types_for_sqlite3 branch December 3, 2017 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant