Teddy Widom
Teddy Widom
Instead, put the migration helpers in some other class that is owned by this gem.
For instance: - clients table - inquiry_types table (type values could be "email", "in-person meeting", "phone call") - inquiries table (with a client_id and inquiry_id foreign keys) - Clients table...
We should create standard docker images for DBSubsetter and show them in the README. This would help people who don't have Java installed on their machines, or who are not...
I'm opening this issue to see how much demand there is for a feature that would support certain types of non-standard Foreign Keys. Examples of this include: * Rails Polymorphic...
If something in subsetting encounters an unhandled error, usually meaning it throws an uncaught exception, then print out an explanatory message saying that this is most likely a bug in...
Similar in spirit to https://github.com/bluerogue251/DBSubsetter/issues/33, but for the Primary Key Store instead of the Pre Target Buffer. Consider converting the In-Memory HashMap into a ChronicleMap to store these long-lived values...
Would be nice to print a timestamped progress report every few minutes (configurable) to assure users that things are still happening under the hood, and to help diagnose if and...
Currently there is no maximum size on the amount of data we could pull into memory at once. It's dependent on: * What the user specifies as base query *...
It appears that OriginDbAccess.getRowsFromPrimaryKeyValues is currently uninstrumented
Foreign key values which are null or partially null (if multi-col) and which point to columns in the other table which can be null -- will we ever accidentally include...