What's Changed
- Resolve missing COLUMN keyword when dropping a column by @jawad-arb123 in #82
- Fix Issue #78 by @ting-lan-wang in #84
- Fix typo in README.md by @psilberk in #90
- Fix issue 81 by @jawad-arb123 in #91
- regex fix to support table name with alias by @aarrasseayoub01 in #93
- fix: LOB failures during OnConflict merges by @joboon in #102
- Oracle migrator type by @jawad-arb123 in #94
- Fix #48 Add support for serializer by @ting-lan-wang in #103
- Add a space before table_options by @ting-lan-wang in #104
- Add workaround for unsupported JSON type in PL/SQL collections by @ting-lan-wang in #107
- Correctly handle nil pointer values for nullable columns by @aarrasseayoub01 in #111
- fix: PLSQL batch LOB handling by @joboon in #110
- resolve the Issue #100 columnname is the constraint not quoted by @jawad-arb123 in #106
- Update lib v1.1.0 by @ting-lan-wang in #113
- Add test for error-translator-test.go by @Harshit-Khasnis in #73
- New BLOB data type tests by @saumil-oracle in #76
- Add more code coverage tests by @shelly-li-sl in #85
- add VARCHAR and VARCHAR(N) datatype tests by @saumil-oracle in #89
- add tests for varry and nested table by @shelly-li-sl in #88
- Add tests for integer and nullable number fields by @saumil-oracle in #95
- add json tests by @shelly-li-sl in #101
- Add tests for Boolean DataType by @Harshit-Khasnis in #92
- Tests for Oracle DATE type covering edge, null, range, update by @saumil-oracle in #108
New Contributors
Full Changelog: v1.0.0...v1.1.0