Revision history for SPVM::DBI

0.003 2026-02-11
  [Incompatible Changes]
    * Rename the fetchrow_array method to fetch and unify data fetching into this single method.
  [New Features]
    * Enhance the fetch method to support buffer reuse (zero-allocation) by adding bind_columns and ret_row arguments.
  
0.002 2026-02-10
  [New Features]
    - Add the following modules with implementation and documentation:
      - SPVM::DBI
      - SPVM::DBI::Dr
      - SPVM::DBI::Db
      - SPVM::DBI::St
      - SPVM::DBI::Constant
      - SPVM::DBI::Error::SQLState
    
0.001 2026-02-07
  [Changes]
    * First release. (Experimental)
    * Define the skeleton of DBI and DBI::Dr.
    * This version is under development and not yet functional.
