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

Update fixtures according to tests #316

Closed
wants to merge 2 commits into from
Closed

Conversation

Tigrov
Copy link
Member

@Tigrov Tigrov commented Jan 3, 2024

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues -

Copy link

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (65497c3) 99.04% compared to head (250e0f2) 99.04%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #316   +/-   ##
=========================================
  Coverage     99.04%   99.04%           
  Complexity      174      174           
=========================================
  Files            13       13           
  Lines           524      524           
=========================================
  Hits            519      519           
  Misses            5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

what-the-diff bot commented Jan 3, 2024

PR Summary

  • Added new columns in test database
    The mysql test database has been updated with new columns: a 'float_col' which accepts double type values with precision up to 4 places and scale of 3, and a 'char_col' that can store character string of up to 100 characters, and a 'bool_col' which is a bit type and can store boolean values.

  • Removed columns from test database
    A couple of columns, 'char_col' and 'float_col', which were previously in the test database, have been removed. This simplifies the database structure and aligns it with the changes made in the application.

@Tigrov Tigrov closed this Jan 7, 2024
@Tigrov Tigrov deleted the batchInsert-empty-columns branch January 9, 2024 10:01
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