Sha256: 07dd0967e85e612e9852baf6acc5e4adab6913e7287d7f28bb1b4f4741c1cf69

Contents?: true

Size: 551 Bytes

Versions: 1

Compression:

Stored size: 551 Bytes

Contents

### 1.0.0 - 2016-06-23
* Features
  * Added `SqliteExt.register_ruby_math`. Registers most of Ruby's `Math`
    module methods as SQLite SQL functions.

### 0.3.0 - 2016-06-23
* Removals
  * Removed support for a block argument to `SqliteExt.register_function`.
    It now accepts a `Proc` passed as a standard argument instead.
* Enhancements
  * Functions registered using `SqliteExt.register_function` automatically
    propagate `NULL` when `NULL` is passed for one or more of the required
    parameters of the `Proc` that performs the function.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sqlite_ext-1.0.0 CHANGELOG.md