You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release] [minor] fix: standardize assertions across end2end tests (#268)
* fix: standardize assertions across end2end tests
* fix: change mysql set data type to map to HashSet instead of array
* fix: add test for invalid xml for postgres xml data type
* fix: split postgres authors and data types tables to different files
* fix: postgres legacy end2end tests
* fix: split mysql authors and data types tables to different files
* fix: sql constant bad whitespace transformation
* fix: whitespace regex + more concise code
* fix: re-generate code
* fix: add missing mysql datetime tests
* fix: separate the rest of mysql data types by group
* fix: re-generate code
* fix: separate sqlite schema and query files by type and authors
* fix: extract common transaction exception throw to a constant
* fix: more refactoring
* fix: simplify Drivers method placement
* fix: missing assertions in postgres guid end2end tests
* fix: revert incorrect changes to Drivers
* fix: refactor to support postgres enums
* fix: remove redundant using directives
* fix: enum logic for mysql
* fix: move enum logic to be behind an abstract class
* fix: postgres EnumToCsharpDataType
* fix: separate string data types to their own table
* feat: support full text search data types
* fix: move test types config to constants
* fix: more separate data types queries for Postgtres
* fix: move authors schema to be first in config
* fix: separate numeric data types queries for Postgtres
* fix: separate rest of postgres data types to own table
* feat: support array data types in batch inserts
* fix: update Postgres data types doc
* fix: Update Postgrs doc with data type conversion example
0 commit comments