LibreCat / Catmandu-DBI

A Catmandu::Store plugin for DBI based interfaces
Other
0 stars 1 forks source link

tests for sqlite, mysql and postgres #9

Closed nicolasfranck closed 9 years ago

nicolasfranck commented 9 years ago
  1. tests for sqlite, mysql and postgres
  2. all fields are quoted
  3. field data no longer forced in tables
  4. slice(start) works now by using a default max limit (2**63 - 1). This should be big enough for most use cases.