-
fix: during replace use id column name if present (Dominique Emond)
-
chore: update copyright year (Diana Lau)
-
chore: update CODEOWNERS (Diana Lau)
-
fix: escape id with columnName if specified (Dominique Emond)
-
feat: drop node 6.x support (Dominique Emond)
-
chore: update copyrights years (Agnes Lin)
-
chore: update CODEOWNERS (Diana Lau)
-
Fix lint errors (Johan Schon)
-
Handle ms part of timestamps correctly for DB2 (Johan Schon)
-
Upgrade async dep (Raymond Feng)
-
Fix the code to avoid calling back twice (Raymond Feng)
-
removed CType from transformColumnValue (Ashutosh Ranjan)
-
fixed lint erros (Ashutosh Ranjan)
-
Fix toColumnValue with proper default (#71) (Quentin Presley)
-
Update package versions (#70) (Quentin Presley)
-
Revert change to strong-globalize version (#69) (Quentin Presley)
-
Changing strong-globalize level to 4.1.0 (#68) (Quentin Presley)
-
[WebFM] cs/pl/ru translation (candytangnb)
-
chore: update license (Diana Lau)
-
update dependencies (Diana Lau)
-
Add stalebot configuration (Kevin Delisle)
-
Create Issue and PR Templates (#62) (Sakib Hasan)
-
Update translated strings Q3 2017 (Allen Boone)
-
update translation file (Diana Lau)
-
Add CODEOWNER file (Diana Lau)
-
Override buildExpression from base connector (ssh24)
-
Update linter and rules (ssh24)
-
Fix drop/build primary indexes (ssh24)
-
Fix bad calls to columnEscaped (ssh24)
-
Escape column names on add/change/drop (ssh24)
-
add test case for fromColumnValue (Diana Lau)
-
fix fromColumnValue when val is undefined (Diana Lau)
-
Remove connection string logging (#50) (Quentin Presley)
-
Make the autoupdate logic much more generic (#48) (Quentin Presley)
-
Replace discovery migration (#47) (Quentin Presley)
-
Add debug on alterTable (#46) (Sakib Hasan)
-
refactor alterTable (#45) (Biniam Admikew)
-
Set connection properties (#44) (Quentin Presley)
-
Fix replaceById bug (Loay)
-
Upgrade to [email protected] (jannyHou)
-
Use trim on table name (ssh24)
-
Refactor migration methods (biniam)
-
Drop support for node@10,12 (jannyHou)
-
Upgrade to [email protected] (jannyHou)
-
Update ibm_db minimum version (#34) (Quentin Presley)
-
Coerce various pooling configs into integers (#32) (Simon Ho)
-
put issues tab back (siddhipai)
-
Fix issues redirection in package.json (Siddhi Pai)
-
Remove issues warning from README.md (Siddhi Pai)
-
Add translation files (Candy)
-
remove connect/lazyconnect (#27) (Quentin Presley)
-
Add initial settings config (#26) (Quentin Presley)
-
Add connectorCapabilities global object (#24) (Nicholas Duffy)
-
Redirect users to log issues in loopback (Candy)
-
deps: remove extraneous dependencies (Ryan Graham)
-
add some simple tests (#19) (Ryan Graham)
-
Debug fixes (#20) (Quentin Presley)
-
Ensure connection close on failure (#18) (Quentin Presley)
-
Add license text (Candy)
-
Add globalization (Candy)
-
Add CurrentSchema to connStr (Quentin Presley)
-
Update deps to loopback 3.0.0 RC (Miroslav Bajtoš)
- Revert CurrentSchema change (Quentin Presley)
-
Remove CurrentSchema from DSN (Quentin Presley)
-
Need to close connections to return to pool (#13) (Quentin Presley)
- Pooling defect (#12) (Quentin Presley)
-
1.0.5 : Fix connection drop on idle traffic (#10) (Naveen Venkat)
-
Use juggler@3 for running the tests (Candy)
-
Remove commented out code (Quentin Presley)
-
Stability fixes (#7) (Quentin Presley)
- Add replaceOrCreate support for DB2 (Alex Pitigoi)
-
Update URLs in CONTRIBUTING.md (#5) (Ryan Graham)
-
Avoid update all in save and updateOrCreate (Amir Jafarian)
-
toColumnValue()
should treat undefined. (Amir Jafarian)
- Updates to package naming (Quentin Presley)
- First release!