The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 3.23 - 2017-09-16

  • use the same connection for insert and auto_increment
  • do not set not nullable columns on undef
  • correctly discover that a column is nullable
  • travis no sudo
  • do not reuse merged var name
  • remove unused method in test

Modules

usable ORM
meta object
actions on tables

Provides

in lib/ObjectDB/DBHPool.pm
in lib/ObjectDB/DBHPool/Connection.pm
in lib/ObjectDB/Exception.pm
in lib/ObjectDB/Factory.pm
in lib/ObjectDB/Iterator.pm
in lib/ObjectDB/Meta/Relationship.pm
in lib/ObjectDB/Meta/Relationship/ManyToMany.pm
in lib/ObjectDB/Meta/Relationship/ManyToOne.pm
in lib/ObjectDB/Meta/Relationship/OneToMany.pm
in lib/ObjectDB/Meta/Relationship/OneToOne.pm
in lib/ObjectDB/Meta/RelationshipFactory.pm
in lib/ObjectDB/Quoter.pm
in lib/ObjectDB/Related.pm
in lib/ObjectDB/Related/ManyToMany.pm
in lib/ObjectDB/Related/ManyToOne.pm
in lib/ObjectDB/Related/OneToMany.pm
in lib/ObjectDB/Related/OneToOne.pm
in lib/ObjectDB/RelatedFactory.pm
in lib/ObjectDB/Stmt.pm
in lib/ObjectDB/Util.pm
in lib/ObjectDB/With.pm