Sha256: 4ba5d5cd772aa544b87cee0725151404b5853cfa29de26f45ce3223601ab03dc

Contents?: true

Size: 999 Bytes

Versions: 1

Compression:

Stored size: 999 Bytes

Contents

2021-03-22 - 1.1.0

- FEATURE: added new APIs to support prepared statements

2020-12-31 - 1.0.1

- FIX: revert perf fix broke param_encoder interface, we were expecting never to be called if no encoding was to happen

2020-12-30 - 1.0

- Added serialization support using MiniSql::Serializer.to_json / .from_json
- Fixed minor issue with cache poisoning when using query_decorator
- Version 1.0 to reflect the stability of the interfaces and project, used in productions for almost 2 years now

2020-06-25 - 0.3

- Added support for query_each and query_each_hash, which lazily queries rows and enables selecting large result sets by streaming

2020-04-07 - 0.2.5

- Added support for custom type maps with Postgres connections

2019-01-16 - 0.2.4

- Fixed symbol param encoder

2019-12-20 - 0.2.3

- Added support for MySQL

2019-11-04 - 0.2.2

- Added adapters for JRuby postgres support thanks to @enebo

2019-02-25 - 0.2.1

- Handle `BigDecimal.new` deprecation by using `BigDecimal()` instead

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mini_sql-1.1.0 CHANGELOG