Skip to content

Feat/auto execute#3

Merged
faizanazim11 merged 2 commits intomainfrom
feat/auto-execute
Mar 19, 2025
Merged

Feat/auto execute#3
faizanazim11 merged 2 commits intomainfrom
feat/auto-execute

Conversation

@faizanazim11
Copy link
Copy Markdown
Contributor

This pull request includes updates to the sql_db_utils package, primarily focusing on versioning and SQL function compilation improvements. The most important changes include updating the version number, modifying ID generation functions to include underscores, and adding a new class for creating schemas.

Version update:

SQL function compilation improvements:

  • sql_db_utils/sql_extras.py: Modified the compile_create_prefixed_id_function to concatenate an underscore between the prefix and the next value.
  • sql_db_utils/sql_extras.py: Modified the compile_create_suffixed_id_function to concatenate an underscore between the next value and the suffix.
  • sql_db_utils/sql_extras.py: Added a new class CreateSchema for creating schemas, along with its compilation function.

@faizanazim11 faizanazim11 self-assigned this Mar 19, 2025
@faizanazim11 faizanazim11 requested a review from Copilot March 19, 2025 21:30
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates the sql_db_utils package by modifying SQL function compilation to include underscores and by adding a new schema creation class, along with a version update.

  • Updated version from 1.1.0 to 1.1.1
  • Updated functions to include underscores in concatenations
  • Added a new class for creating schemas

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
sql_db_utils/sql_extras.py Updated concatenation in SQL functions and added a new CreateSchema implementation
sql_db_utils/version.py Incremented version number

@faizanazim11 faizanazim11 merged commit 9142480 into main Mar 19, 2025
1 check passed
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.

2 participants