Rodel E. Dagumampan
Rodel E. Dagumampan
Use S3 storage as source of CSV bulk file for redshift. The current build only uses local csv files but for large DW like Redshift, these baseline data might have...
Drop sequence_id from version tracking table. This column besides that its really unnecessary, it also creates inompatibilities when supporting new platforms that do not have reliable support auto-increment.
Create getting started guide for linux similar to windows guide
There are scripts that have to outside of the transaction for reasons such when it doesn't make sense to do so or due to technical limitation of the target platforms....
References: https://www.sqlite.org/index.html https://www.nuget.org/packages/System.Data.SQLite/ https://www.nuget.org/packages/Microsoft.Data.Sqlite.Core/
https://github.com/rdagumampan/yuniql/issues/149 "Ok. Adding AllowUserVariables=True to my connection string is confirmed to fix all the Parameter '@saved_cs_client' must be defined errors. Deleting all the DELIMITER statements and replacing all the customised...
When testing new features or verifying the stability of the change, all tests in each supported platform must pass. Doing this today, we have to switch all the environment variables...
Describe in article various developer workflows: - A dev building a new web app with stack (web + api + db) - A dev team working on features with shared...
In some occasions the yuniql may not be able to support some tasks. For example, importing FileStream of images and uploading via network optimized transport mechanism are better left for...
When we call `yuniql run`, it checks if the database exists and pre-created it when `--autocreate-db true` is passed. It also configures the metadata table where schema versions are tracked...