Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 v2.7.6 Make temporary table names configurable. #195

Merged
merged 5 commits into from
Jan 7, 2025
Merged

🔧 v2.7.6 Make temporary table names configurable. #195

merged 5 commits into from
Jan 7, 2025

Conversation

bmeares
Copy link
Owner

@bmeares bmeares commented Jan 7, 2025

v2.7.6

  • Make temporary table names configurable.
    The values for temporary SQL tables may be set in MRSM{system:connectors:sql:instance:temporary_target}. The new default prefix is '_', and the new default transaction length is 4. The values have been re-ordered to target, transaction ID, then label.

  • Add connector completions to copy pipes.
    When copying pipes, the connector keys prompt will offer auto-complete suggestions.

  • Fix stale job results.
    When polling for job results, the job result is dropped from in-memory cache to avoid overwriting the on-disk result.

  • Format row counts and seconds into human-friendly text.
    Row counts and sync durations are now formatted into human-friendly representations.

  • Add digits to generate_password().
    Random strings from meerschaum.utils.misc.generate_password() may now contain digits.

@bmeares bmeares self-assigned this Jan 7, 2025
@bmeares bmeares marked this pull request as ready for review January 7, 2025 22:19
@bmeares bmeares merged commit 64bee51 into main Jan 7, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant