1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support parsing true/false filters. More... about 1 year ago
Method should delegate to source. More... about 1 year ago
Need to set trailing columns as unlocated, which was the behavior before the previous commit. More... about 1 year ago
Fix a verify error caused by use of a decoded column variable which wasn't set by all execution paths. A more robust technique is used for tracking columns which are fully decoded or just located. More... about 1 year ago
Drop common type selection against booleans. Also make the common type operator optional. More... about 1 year ago
Handle cases when row has no columns. More... about 1 year ago
Use simple methods when row has no columns. More... about 1 year ago
Generate IdentityTable row classes using the same RowMaker as everything else. More... about 1 year ago
Make ClientQuery send the query string each time, to prevent leaking memory due to a build up of ServerQuery objects. More... about 1 year ago
Cache direct references to Query objects. More... about 1 year ago
Simplify handle reference management. More... about 1 year ago
Keep a reference to the MethodHandle instance, to prevent it from being garbage collected as long as the generated query class still exists. More... about 1 year ago
Improve and simplify query caching. More... about 1 year ago
Improve and simplify query caching. More... about 1 year ago
Query updater instance might need to perform checks. More... about 1 year ago
Cache direct references to Query objects. More... about 1 year ago
Define a new top-level Query interface and remove a few Table methods which are now redundant. More... about 1 year ago
Suppress deprecation warning. More... about 1 year ago
Fix generated code due to the query cache redesign. More... about 1 year ago
Simplify an internal cache class. More... about 1 year ago
Remove internal viewPrimaryKey method, which was only used by a few tests. More... about 1 year ago
Move retry logic to QueryLauncher. More... about 1 year ago
Redesign how queries are cached. More... about 1 year ago
Fix double check filtering. More... about 1 year ago
Disable a broken optimization. More... about 1 year ago
Add a convenience method to check which lock was just acquired. More... about 1 year ago
The update and merge operations must check for any matching predicate locks. This is because changing the row can cause it to be logically inserted into a query which matches on the new row value. More... about 1 year ago
Add a convenience method to rollback the current transaction scope. More... about 1 year ago
The replace operation must check for any matching predicate locks. This is because changing the row can cause it to be logically inserted into a query which matches on the new row value. More... about 1 year ago
Fix comment. More... about 1 year ago