db-oracle

Oracle driver for Yii Database

BSD-3-CLAUSE License

Downloads
44.3K
Stars
28
Committers
54

Bot releases are hidden (Show)

db-oracle - Version 1.3.0 Latest Release

Published by vjik 7 months ago

  • Enh #248: Change property Schema::$typeMap to constant Schema::TYPE_MAP (@Tigrov)
  • Enh #251: Allow to use DMLQueryBuilderInterface::batchInsert() method with empty columns (@Tigrov)
  • Enh #253: Resolve deprecated methods (@Tigrov)
  • Bug #238: Fix execution Query without table(s) to select from (@Tigrov)
  • Bug #250: Fix Command::insertWithReturningPks() method for table without primary keys (@Tigrov)
  • Bug #254: Fix, table sequence name should be null if sequence name not found (@Tigrov)
db-oracle - Version 1.2.0

Published by vjik 11 months ago

  • Enh #230: Improve column type #230 (@Tigrov)
  • Enh #243: Move methods from Command to AbstractPdoCommand class (@Tigrov)
  • Bug #233: Refactor DMLQueryBuilder, related with yiisoft/db#746 (@Tigrov)
  • Bug #240: Remove RECURSIVE expression from CTE queries (@Tigrov)
  • Bug #242: Fix AbstractDMLQueryBuilder::batchInsert() for values as associative arrays,
    related with yiisoft/db#769 (@Tigrov)
db-oracle - Version 1.1.0

Published by samdark about 1 year ago

  • Enh #225: Typecast refactoring (@Tigrov)
  • Enh #226: Add support for auto increment in primary key column. (@terabytesoftw)
  • Bug #229: Fix bugs related with default value (@Tigrov)
db-oracle - Version 1.0.0

Published by samdark over 1 year ago

  • Initial release.