openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
tupl
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 1 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Support parsing true/false filters.
Brian S. O'Neill
More...
about 1 year ago
Method should delegate to source.
Brian S. O'Neill
More...
about 1 year ago
Need to set trailing columns as unlocated, which was the behavior before the previous commit.
Brian S. O'Neill
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.
Brian S. O'Neill
More...
about 1 year ago
Drop common type selection against booleans. Also make the common type operator optional.
Brian S. O'Neill
More...
about 1 year ago
Handle cases when row has no columns.
Brian S. O'Neill
More...
about 1 year ago
Use simple methods when row has no columns.
Brian S. O'Neill
More...
about 1 year ago
Generate IdentityTable row classes using the same RowMaker as everything else.
Brian S. O'Neill
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.
Brian S. O'Neill
More...
about 1 year ago
Cache direct references to Query objects.
Brian S. O'Neill
More...
about 1 year ago
Simplify handle reference management.
Brian S. O'Neill
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.
Brian S. O'Neill
More...
about 1 year ago
Improve and simplify query caching.
Brian S. O'Neill
More...
about 1 year ago
Improve and simplify query caching.
Brian S. O'Neill
More...
about 1 year ago
Query updater instance might need to perform checks.
Brian S. O'Neill
More...
about 1 year ago
Cache direct references to Query objects.
Brian S. O'Neill
More...
about 1 year ago
Define a new top-level Query interface and remove a few Table methods which are now redundant.
Brian S. O'Neill
More...
about 1 year ago
Suppress deprecation warning.
Brian S. O'Neill
More...
about 1 year ago
Fix generated code due to the query cache redesign.
Brian S. O'Neill
More...
about 1 year ago
Simplify an internal cache class.
Brian S. O'Neill
More...
about 1 year ago
Remove internal viewPrimaryKey method, which was only used by a few tests.
Brian S. O'Neill
More...
about 1 year ago
Move retry logic to QueryLauncher.
Brian S. O'Neill
More...
about 1 year ago
Redesign how queries are cached.
Brian S. O'Neill
More...
about 1 year ago
Fix double check filtering.
Brian S. O'Neill
More...
about 1 year ago
Disable a broken optimization.
Brian S. O'Neill
More...
about 1 year ago
Add a convenience method to check which lock was just acquired.
Brian S. O'Neill
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.
Brian S. O'Neill
More...
about 1 year ago
Add a convenience method to rollback the current transaction scope.
Brian S. O'Neill
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.
Brian S. O'Neill
More...
about 1 year ago
Fix comment.
Brian S. O'Neill
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree