dbal

Database Abstraction Layer – concise secure API to construct queries & fetch data

MIT License

Downloads
793.2K
Stars
77
Committers
21

Bot releases are visible (Hide)

dbal - 2.0.0 RC1

Published by hrach over 8 years ago

Next major beta version 2.0.0-rc1 is out!

dbal - 2.0.0 BETA 2

Published by hrach almost 9 years ago

Next major beta version 2.0.0-beta2 is out! What's changed?

  • additions:
    • added IPlatform::getName();
    • added IPlatform::getPrimarySequenceName();
    • added CachedPlatform class;
  • see full commit changelog
dbal - 1.1.1

Published by hrach almost 9 years ago

Bugfix version 1.1.1 is out! 🍏 : What's new?

  • fixes:
    • fixed %i[] placeholder on maps, thanks @Mikulas [bde5971aba2265c079e3b614dad83965ead9e8dd]
  • see full commit changelog
dbal - 1.1.0

Published by hrach almost 9 years ago

Minor version 1.0.1 is out! 🍍 : What's new?

  • added:
    • Connection::reconnectWithConfig(), thanks @Mikulas, @JanTvrdik
    • support for DateTimeImmutable, thanks @Mikulas
    • PostgreArrayConverter
    • %blob modifier
  • fixed:
    • calling proper events
  • see full commit changelog
dbal - 1.0.1

Published by hrach about 9 years ago

Bugfix version 1.0.1 is out! 🍋 What's new?

  • fixes:
    • fixed displaying of total time for older Windows, thanks @JanTvrdik [a939c941f6354246aeb92863bebfac63a5e7cc92]
    • fixed support for DateTimeImmutable [3b085c78b04a3752139f034981b6dce27691bef4]
  • see full commit changelog
dbal - Dbal 1.0.0

Published by hrach over 9 years ago

The first stable release of Nextras DBAL.

dbal - Dbal 1.0.0-RC3

Published by hrach over 9 years ago

Changes against 1.0.0-RC2:

  • !!! new: exceptions refactored to base project namespace (from Excetion subnamespace) - BC BREAK!!!
  • !!! new: MySQL uses TRADITIONAL sql mode by default - BC BREAK!!!
  • fix: Connection::ping() connects to database.
  • fix: PgsqlDriver::getLastInsertedId() throws exception when sequence name is not provided.
  • fix: Connection throws exception when driver is not defined.
  • fix: PgsqlDriver supports %dt modifier for timestamp column.
  • add: Connection::createQueryBuilder() method
dbal - Dbal 1.0.0-RC2

Published by hrach over 9 years ago

Changes against 1.0.0-RC1:

  • added method Result::fetchAll()
  • added method Result::fetchPairs()
  • added support for escaping % sign for SqlProcessor (use doubled %)
  • fixed Result::seek() fetching current row immediately