Sha256: f4032a721882266c20b7060ad66c13073ae6a2fdadec6007c0a46f3309fb5a5b

Contents?: true

Size: 965 Bytes

Versions: 94

Compression:

Stored size: 965 Bytes

Contents

= New Features

* A Database#rename_enum_value method has been added to the pg_enum
  extension. It is supported on PostgreSQL 10+:

    DB.rename_enum_value(:enum_type, 'old_name', 'new_name')

= Other Improvements

* The performance of row fetching and type conversion in the
  sqlanywhere adapter has been improved.

* The performance of row fetching in the sqlite adapter has been
  improved.

* Calling Database#drop_table now drops any constraint validations
  metadata for the table if using the constraint_validations
  extension.  However, modifying the table using Database#alter_table
  does not affect the constraint validations metadata.

* The sqlite adapter when used with ruby-sqlite3 1.4.0+ now uses
  SQLite extended result codes for a more accurate determination of
  specific database errors types.

* Performance for typecasting to decimal and floats has been improved
  slightly.

* Performance when merging hashes has been improved slightly.

Version data entries

94 entries across 80 versions & 2 rubygems

Version Path
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/sequel-5.39.0/doc/release_notes/5.19.0.txt
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/sequel-5.38.0/doc/release_notes/5.19.0.txt
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/sequel-5.41.0/doc/release_notes/5.19.0.txt
sequel-5.41.0 doc/release_notes/5.19.0.txt
sequel-5.40.0 doc/release_notes/5.19.0.txt
sequel-5.39.0 doc/release_notes/5.19.0.txt
tdiary-5.1.4 vendor/bundle/ruby/2.7.0/gems/sequel-5.38.0/doc/release_notes/5.19.0.txt
sequel-5.38.0 doc/release_notes/5.19.0.txt
sequel-5.37.0 doc/release_notes/5.19.0.txt
sequel-5.36.0 doc/release_notes/5.19.0.txt
tdiary-5.1.3 vendor/bundle/ruby/2.7.0/gems/sequel-5.35.0/doc/release_notes/5.19.0.txt
tdiary-5.1.3 vendor/bundle/ruby/2.6.0/gems/sequel-5.32.0/doc/release_notes/5.19.0.txt
sequel-5.35.0 doc/release_notes/5.19.0.txt
sequel-5.34.0 doc/release_notes/5.19.0.txt
sequel-5.33.0 doc/release_notes/5.19.0.txt
tdiary-5.1.2 vendor/bundle/ruby/2.6.0/gems/sequel-5.26.0/doc/release_notes/5.19.0.txt
tdiary-5.1.2 vendor/bundle/ruby/2.7.0/gems/sequel-5.32.0/doc/release_notes/5.19.0.txt
sequel-5.32.0 doc/release_notes/5.19.0.txt
sequel-5.31.0 doc/release_notes/5.19.0.txt
sequel-5.30.0 doc/release_notes/5.19.0.txt