| .. |
|
benches
|
Add jsonb bench
|
2025-03-14 19:46:29 +02:00 |
|
ext
|
Hide add_builtin_vfs_extensions from non fs feature
|
2025-03-12 21:52:52 -04:00 |
|
functions
|
restrict chrono to no-dfault-features, update julian_day_converter
|
2025-02-10 21:58:34 -04:00 |
|
io
|
Impl copy + clone for io openflags
|
2025-03-12 21:52:51 -04:00 |
|
json
|
Rewrite parser to use slice and cursor instead of iterator
|
2025-03-14 19:47:18 +02:00 |
|
mvcc
|
core/mvcc: Improve tracing format
|
2025-03-06 12:58:41 +02:00 |
|
storage
|
Disable some B-Tree fuzzers
|
2025-03-13 10:30:34 +02:00 |
|
translate
|
Implement deferred transactions
|
2025-03-17 10:01:00 -03:00 |
|
vdbe
|
Removes unnecessary clone
|
2025-03-17 10:06:14 -03:00 |
|
vector
|
remove RC<String> requirement for build_text and new text
|
2025-02-09 13:44:39 -03:00 |
|
build.rs
|
implement sqlite_source_id function
|
2025-01-28 14:55:38 -05:00 |
|
Cargo.toml
|
Add jsonb bench
|
2025-03-14 19:46:29 +02:00 |
|
error.rs
|
Make schema a RWLock
|
2025-03-05 14:07:48 +01:00 |
|
function.rs
|
add jsonb function implementation and json now understands blobs
|
2025-03-12 15:03:40 +02:00 |
|
info.rs
|
implement sqlite_source_id function
|
2025-01-28 14:55:38 -05:00 |
|
lib.rs
|
Feature flag vfs for fs feature/prevent wasm
|
2025-03-12 21:52:51 -04:00 |
|
parameters.rs
|
rm log, switch all to tracing
|
2025-02-11 09:03:36 -04:00 |
|
pseudo.rs
|
core: Rename OwnedRecord to Record
|
2025-02-06 13:40:34 +02:00 |
|
result.rs
|
core: transaction support
|
2024-12-24 18:04:30 +01:00 |
|
schema.rs
|
Merge 'Adds Drop Table' from Zaid Humayun
|
2025-03-06 18:27:41 +02:00 |
|
types.rs
|
core/vdbe: Unify B-Tree cursors
|
2025-03-04 14:35:40 +02:00 |
|
util.rs
|
core: Fix parse_schema() to use existing MVCC TX
|
2025-03-06 10:16:42 +02:00 |