-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add SQLite support for serde_json::Value using the Json/Jsonb #4284
Commits on Sep 24, 2024
-
feat(sqlite): add support for serde_json::Value using the Json and Js…
…onbtypes
Jean-Marc Le Roux committedSep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 7572da1 - Browse repository at this point
Copy the full SHA 7572da1View commit details -
first implementation of a SQLite JSONB format reader
Jean-Marc Le Roux committedSep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for eea59fd - Browse repository at this point
Copy the full SHA eea59fdView commit details -
first implementation of a SQLite JSONB format writer
Jean-Marc Le Roux committedSep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for c3a6d70 - Browse repository at this point
Copy the full SHA c3a6d70View commit details -
add unit tests for the SQLite JSONB read/write functions
Jean-Marc Le Roux committedSep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for d917a89 - Browse repository at this point
Copy the full SHA d917a89View commit details -
Jean-Marc Le Roux committed
Sep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for cd7018d - Browse repository at this point
Copy the full SHA cd7018dView commit details
Commits on Sep 25, 2024
-
Jean-Marc Le Roux committed
Sep 25, 2024 Configuration menu - View commit details
-
Copy full SHA for a557574 - Browse repository at this point
Copy the full SHA a557574View commit details -
working json_to_sql and jsonb_to_sql tests for sqlite
Jean-Marc Le Roux committedSep 25, 2024 Configuration menu - View commit details
-
Copy full SHA for c7b121e - Browse repository at this point
Copy the full SHA c7b121eView commit details -
add more json/jsonb tests for sqlite
Jean-Marc Le Roux committedSep 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 1e1c31b - Browse repository at this point
Copy the full SHA 1e1c31bView commit details -
fix broken ref to doctest_setup.rs
Jean-Marc Le Roux committedSep 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 0f0d9a6 - Browse repository at this point
Copy the full SHA 0f0d9a6View commit details
Commits on Sep 26, 2024
-
Jean-Marc Le Roux committed
Sep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 209c862 - Browse repository at this point
Copy the full SHA 209c862View commit details -
add support for SQLite JSONB TEXTJ fields
Jean-Marc Le Roux committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for fd7f565 - Browse repository at this point
Copy the full SHA fd7f565View commit details -
Jean-Marc Le Roux committed
Sep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 1b95507 - Browse repository at this point
Copy the full SHA 1b95507View commit details
Commits on Sep 27, 2024
-
add a separate SQLite + Jsonb example
Jean-Marc Le Roux committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 3a1a612 - Browse repository at this point
Copy the full SHA 3a1a612View commit details -
Jean-Marc Le Roux committed
Sep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 187ea47 - Browse repository at this point
Copy the full SHA 187ea47View commit details -
Jean-Marc Le Roux committed
Sep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 268a3df - Browse repository at this point
Copy the full SHA 268a3dfView commit details -
factorize the Jsonb SQLite/Pg example
Jean-Marc Le Roux committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for def9cee - Browse repository at this point
Copy the full SHA def9ceeView commit details -
add Jsonb scalar fields payload size consistency checks
Jean-Marc Le Roux committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for ae02494 - Browse repository at this point
Copy the full SHA ae02494View commit details -
avoid Vec re-allocations in create_jsonb_header
Jean-Marc Le Roux committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 2af1253 - Browse repository at this point
Copy the full SHA 2af1253View commit details -
add tests for FromSql<Jsonb, Sqlite>
Jean-Marc Le Roux committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 7fe0c67 - Browse repository at this point
Copy the full SHA 7fe0c67View commit details -
update CHANGELOG with SQLite+Json/Jsonb support
Jean-Marc Le Roux committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 76ac650 - Browse repository at this point
Copy the full SHA 76ac650View commit details -
Jean-Marc Le Roux committed
Sep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 4dd26d9 - Browse repository at this point
Copy the full SHA 4dd26d9View commit details -
factorize the Jsonb SQLite/Pg example
Jean-Marc Le Roux committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for fd10228 - Browse repository at this point
Copy the full SHA fd10228View commit details
Commits on Oct 1, 2024
-
add a feature gate for SQLite's Json and Jsonb FromSql/ToSql impls
Jean-Marc Le Roux committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for adc5ebf - Browse repository at this point
Copy the full SHA adc5ebfView commit details -
remove the serde_json feature gate on the Json and Jsonb types
Jean-Marc Le Roux committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for de6b847 - Browse repository at this point
Copy the full SHA de6b847View commit details