issues
search
camsaul
/
toucan2
Successor library to Toucan with a modern and more-extensible API, more consistent behavior, and support for different backends including non-JDBC databases and non-HoneySQL queries. Currently in active beta.
Eclipse Public License 1.0
81
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Adding a define-after-update will cause 2x the query count
#195
crisptrutski
opened
1 day ago
1
[jdbc.row] Reuse (:cols builder) during fetch-all-columns!
#194
alexander-yakushev
opened
5 days ago
1
Comment out log traces
#193
alexander-yakushev
closed
2 weeks ago
1
[jdbc.row] Replace memoize in lazy thunk construction with delays
#192
alexander-yakushev
closed
1 week ago
2
[pipeline] Use conj! as the default pipeline rf
#191
alexander-yakushev
opened
1 month ago
4
[jdbc.row] Reduce allocations in fetch-all-columns!
#190
alexander-yakushev
closed
1 month ago
1
[jdbc.read] Properly pre-compute column fetching thunk
#189
alexander-yakushev
closed
1 month ago
1
Make sure fetching column from transient row persists changes where needed
#188
camsaul
closed
1 month ago
1
`valAt` implementation for `TransientRow` not persisting changes to the underlying transient map
#187
camsaul
closed
1 month ago
1
[select] Use transients in select-reducing functions
#186
alexander-yakushev
opened
1 month ago
2
[jdbc.read] Don't track realized keys in TransientRow
#185
alexander-yakushev
opened
1 month ago
5
[log] Cache logger object in a private var
#184
alexander-yakushev
opened
1 month ago
4
[jdbc.read] Remove value caching from JDBC reading machinery
#183
alexander-yakushev
closed
1 month ago
3
[log] Add primitive hints to logging level functions
#182
alexander-yakushev
closed
1 month ago
1
[instance] Provide non-vararg arity for update-original-and-current
#181
alexander-yakushev
closed
1 month ago
1
[hydrate] Use cached Methodical function to check for mm implementation
#180
alexander-yakushev
closed
1 month ago
1
[jdbc] Refactor make-cached-row-num->i->thunk
#179
alexander-yakushev
closed
1 month ago
4
Bump Kondo version
#178
camsaul
closed
2 months ago
1
Bump Honey SQL version & Use JVM Kondo
#177
camsaul
closed
2 months ago
0
Bump dependencies
#176
camsaul
closed
2 months ago
0
Bump dependencies
#175
camsaul
closed
2 months ago
0
Add native implementation for IKVReduce in toucan2.instance.Instance
#174
alexander-yakushev
closed
2 months ago
2
Models with after-update will update twice
#173
qnkhuat
closed
2 months ago
1
Fix an N^2 in batch hydration
#172
bshepherdson
opened
3 months ago
2
Add test for changes being available in after-update
#171
tsmacdonald
closed
6 months ago
2
Optimization for postgres using RETURNING clause
#170
qnkhuat
opened
7 months ago
0
Supports sqlite3
#169
qnkhuat
opened
7 months ago
0
Improve debug tooling
#168
camsaul
opened
8 months ago
0
We should add a `select-instance` query type
#167
camsaul
opened
8 months ago
0
We need that compare and swap
#166
camsaul
opened
8 months ago
0
Avoid copying plain map when converting to instance
#165
crisptrutski
closed
4 months ago
3
Why are we creating new maps when calling `instance` with a map?
#164
camsaul
closed
4 months ago
1
add license to POM
#163
johnswanson
closed
9 months ago
1
remove topic from a log statement
#162
johnswanson
closed
9 months ago
1
invalid log syntax breaks metabase startup
#161
dpsutton
closed
9 months ago
0
Args parsing is wrong with integer "queryable" and KV args
#160
camsaul
closed
12 months ago
1
Broken Equality Semantics for #t Time Literals in Model
#159
markbastian
closed
12 months ago
2
Import insert-returning-pk! and insert-returning-instance! into core
#158
qnkhuat
closed
1 year ago
0
Add `dispatch-value-spec`/`defmethod-arities` to multimethods without them
#157
camsaul
closed
1 year ago
1
Respect `nested-transaction-rule` in subsequent transactions
#156
camsaul
closed
1 year ago
1
Support dispatching off of unwrapped HikariCP connections
#155
camsaul
closed
1 year ago
1
`select-fn->fn` and the like should automatically `realize` results
#154
camsaul
closed
1 year ago
1
Fix `dissoc` with transient rows
#153
camsaul
closed
1 year ago
1
Fix #145: `changes` should not ignore keys set to `nil`
#152
camsaul
closed
1 year ago
2
Remove separate query execution backends; use next.jdbc by default
#151
camsaul
closed
1 year ago
1
Code simplification: remove separate "map backends" and default to Honey SQL 2
#150
camsaul
closed
1 year ago
1
Bump dependencies October 2023
#149
camsaul
closed
1 year ago
1
Remove testing context in with-temp
#148
qnkhuat
closed
11 months ago
2
Postgres `read-column-thunk` will not be called if using connection pool
#147
zhming0
closed
1 year ago
2
with-transaction doesn't respect `nested-transaction-rule`
#146
qnkhuat
closed
1 year ago
1
Next