Rodel E. Dagumampan

Results 56 issues of 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...

enhancement
help wanted
platform-redshift

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.

help wanted
first-timer-friendly

Create getting started guide for linux similar to windows guide

documentation

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....

implementing

References: https://www.sqlite.org/index.html https://www.nuget.org/packages/System.Data.SQLite/ https://www.nuget.org/packages/Microsoft.Data.Sqlite.Core/

supported-platforms

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...

test-improvement
help wanted

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...

documentation

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...

enhancement
help wanted

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...

new idea