V1.0.2
- Added detection of autoinc type for Oracle > 11 if using the form: "COLUMN_NAME" NUMBER GENERATED BY DEFAULT ON NULL AS IDENTITY
- Added tests and warning for byte type since it's not consistently represented in different databases
- Added basic 1st pass support for TestContainers using Docker
- Removed String length check on INSERT and UPDATE statements
- Fixed POM including unnecessary dependencies
- Updated Tests to Junit 4