Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

67 lines (43 loc) · 3.01 KB

idb-pconnector change log

1.1.1

  • build: Update deps to latest version (#129)
  • ci: fix eslint action runner (#130)
  • ci: Update action to use Node.js 16
  • ci: Ignore the package-lock.json during npm i
  • ci: Update action to 'released' type (#128)
  • ci: Add eslint action (#108)

1.1.0

  • feat: Add support for enableNumericTypeConversion on DBPool functions (#97)

  • feat: Add support for bindParameters (#92)

    • bindParameters() deprecates bindParam() and bind()
  • refactor: Statement tests (#78)

    • No longer use deprecated Statement with implicitly connection
    • No longer use QIWS.QCUSTCDT from insert tests
    • Add after/afterEach hooks to delete data inserted by test cases
    • Close out open statement and connection handles in each test
  • docs: Add select bindParam example (#101)

  • fix: Add package-lock.json (#86)

  • refactor: Deprecate implicitly creating a connection

  • docs: for enableNumericTypeConversion() (#54)

  • test: for enableNumericTypeConversion() (#54)

  • feat(statement.js): enableNumericTypeConversion() (#54)

  • docs: Add badges (e74e7db)

1.0.8

  • Allow SQL_SUCCESS_WITH_INFO return code to resolve the row in fetch() see PR #47

  • Update deps see PR #49

  • Patch prepareExecute only throw error if value is undefined see PR #50

1.0.7

Fix up setLibraryList example require statement see 03ce835

1.0.6

Add implementation of setLibraryList API see PR #39

1.0.5

Patched prepareExecute issue outlined in #40

  • do not throw error when passing an object within the params array with value of null

1.0.4

Patched require issue outlined in issue #32 (#33)

  • do not delete dbstmt and dbconn from idb-connector returned require object
  • rather delete properties from module.exports object

1.0.3