-
Remove debug logging of conn details (#95) (Quentin Presley)
-
package: use loopback-ibmdb@2.2.0 (Kevin Delisle)
-
Upgrade to loopback-connector@4.0.0 (jannyHou)
-
Remove lib/migration and require calls (ssh24)
-
Putback an empty lib/migration file (ssh24)
-
Remove lib/migration (ssh24)
-
move isActual func to base connector (biniam)
-
Extract out alterTable function (ssh24)
-
Extract autoupdate and getTableStatus function (ssh24)
-
Add showFields and showIndexes as functions (ssh24)
-
package: update to loopback-ibmdb@2.x (Kevin Delisle)
-
Refactor discovery (jannyHou)
-
Update README.md (Rand McKinney)
-
Update README to use lb3 datasource generator (ivy ho)
-
Update LB connector version (Loay)
-
Update paid support URL (Siddhi Pai)
-
Start 3.x + drop support for Node v0.10/v0.12 (siddhipai)
-
Drop support for Node v0.10 and v0.12 (Siddhi Pai)
-
Start the development of the next major version (Siddhi Pai)
-
Add translation files (Candy)
-
Readd the testing env steps in readme (Loay)
-
Use setIsolationLevel (#70) (Quentin Presley)
-
Remove lazy connect (#69) (Quentin Presley)
-
Update README with correct doc links, etc (crandmck)
-
Setup testing Environement (Loay)
-
Remove extraneous properties (#64) (Quentin Presley)
-
Fix linting errors (#62) (Simon Ho)
-
Add connectorCapabilities global object (Nick Duffy)
-
Fix linting issues (Loay)
-
update (Loay)
-
Use globalization new format 2 (Loay)
-
Use globalization new format (Loay)
-
test: eager load connector (Ryan Graham)
-
Add globalization (Loay)
-
Remove Makefile in favour of NPM scripts (Simon Ho)
-
Skip tests to fix CI (Simon Ho)
-
Use LoopBack ESLint configs (Simon Ho)
-
Update ESLint config (Simon Ho)
-
Update deps to loopback 3.0.0 RC (Miroslav Bajtoš)
-
Remove CurrentSchema (Quentin Presley)
-
Run CI with juggler3 (Loay)
- Change idName to idColumn (#47) (Quentin Presley)
- Stability fixes (#44) (Quentin Presley)
-
Update Date test to return error (Quentin Presley)
-
update based on comments (Quentin Presley)
-
Use TRIM to remove whitespace in column names (Quentin Presley)
-
Update README.md (Rand McKinney)
-
Update URLs in CONTRIBUTING.md (#40) (Ryan Graham)
-
Update loopback-ibmdb version (Quentin Presley)
-
Change to loopback-ibmdb (Quentin Presley)
-
Move majority of function to loopback-ibmdb (Quentin Presley)
-
Fix index.js exports (Quentin Presley)
-
Initial attempt to componentize IBM connectors (Quentin Presley)
-
Update README.md (Quentin Presley)
-
Fix done (jannyHou)
-
Check dsn in config before throw error (jannyHou)
-
Remove duplicate error emit (jannyHou)
-
Lazy connect when app booting from swagger generator (juehou)
-
update copyright notices and license (Ryan Graham)
-
Add DB2 z/OS support (Quentin Presley)
-
Updated ping to test SQL (Quentin Presley)
-
Add ping function (Quentin Presley)
-
Add SQL file for dashDB (Quentin Presley)
-
properly identify missing credentials (Sai Vennam)
-
Change test command back (juehou)
-
Use dsn to override other settings if dsn provided (juehou)
- Update schema to default to this.username (Quentin Presley)
- Fix support for downlevel DB2 versions (Quentin Presley)
- Add dashDB support (Quentin Presley)
- Update migration to support connector specific properties stanza (Quentin Presley)
-
Remove commented out line in transaction.js (Quentin Presley)
-
Add transaction support and tests (Quentin Presley)
- updating settings for user in connection string (Quentin Presley)
-
fix connection string (Quentin Presley)
-
update connection string setup (Quentin Presley)
-
Fix for hasMany tests (Quentin Presley)
-
clean up console.log in db2.js (Quentin Presley)
-
Update migration tests (Quentin Presley)
-
Remove more commented out lines (Quentin Presley)
-
Remove commented out lines in migration.js (Quentin Presley)
-
Add tests for discovery (Quentin Presley)
-
Adding discovery/migration/transaction (Quentin Presley)
-
Update IBM DB2 driver. Resolves node v0.10 build issues (Anthony Ffrench)
-
update ibm_db level #9 (Quentin Presley)
-
update ibm_db to 0.18 remove mocha testcase filters (Anthony Ffrench)
-
changes for issue 7 (Quentin Presley)
-
skip a few testcases that are dependent on fixes to ibm_db (Anthony Ffrench)
-
add bluebird to devDeps list (Anthony Ffrench)
-
Update README.md (Rand McKinney)
-
Add title (crandmck)
-
Initial edits of README (crandmck)
-
Update package.json an init.js (Quentin Presley)
-
Fix up some lint/test issues (Quentin Presley)
-
Add settings.schema to the default schema name that is used to qualify unqualified database objects. closes #2 (Anthony Ffrench)
-
fix another hardcoded id case vs model.idName (Anthony Ffrench)
-
update gitignore add npmignore (Anthony Ffrench)
- First release!