Changeset 165
- Timestamp:
- 05/04/06 00:15:22 (4 years ago)
- Location:
- branches/archetype-0.4-untaint
- Files:
-
- 68 added
-
. (added)
-
Build.PL (added)
-
Changes (added)
-
MANIFEST.SKIP (added)
-
Makefile.PL (added)
-
README (added)
-
ToDo (added)
-
lib (added)
-
lib/Data (added)
-
lib/Data/ObjectDriver (added)
-
lib/Data/ObjectDriver.pm (added)
-
lib/Data/ObjectDriver/BaseObject.pm (added)
-
lib/Data/ObjectDriver/BaseView.pm (added)
-
lib/Data/ObjectDriver/Driver (added)
-
lib/Data/ObjectDriver/Driver/BaseCache.pm (added)
-
lib/Data/ObjectDriver/Driver/Cache (added)
-
lib/Data/ObjectDriver/Driver/Cache/Apache.pm (added)
-
lib/Data/ObjectDriver/Driver/Cache/Cache.pm (added)
-
lib/Data/ObjectDriver/Driver/Cache/Memcached.pm (added)
-
lib/Data/ObjectDriver/Driver/Cache/RAM.pm (added)
-
lib/Data/ObjectDriver/Driver/DBD (added)
-
lib/Data/ObjectDriver/Driver/DBD.pm (added)
-
lib/Data/ObjectDriver/Driver/DBD/Pg.pm (added)
-
lib/Data/ObjectDriver/Driver/DBD/SQLite.pm (added)
-
lib/Data/ObjectDriver/Driver/DBD/mysql.pm (added)
-
lib/Data/ObjectDriver/Driver/DBI.pm (added)
-
lib/Data/ObjectDriver/Driver/Partition.pm (added)
-
lib/Data/ObjectDriver/SQL.pm (added)
-
t (added)
-
t/00-compile.t (added)
-
t/01-col-inheritance.t (added)
-
t/02-basic.t (added)
-
t/03-primary-keys.t (added)
-
t/04-clone.t (added)
-
t/05-deflate.t (added)
-
t/11-sql.t (added)
-
t/20-driver-sqlite.t (added)
-
t/31-cached.t (added)
-
t/32-partitioned.t (added)
-
t/33-views.t (added)
-
t/34-both.t (added)
-
t/41-callbacks.t (added)
-
t/42-callbacks-multi-pk.t (added)
-
t/lib (added)
-
t/lib/PkLess.pm (added)
-
t/lib/Wine.pm (added)
-
t/lib/both (added)
-
t/lib/both/Ingredient.pm (added)
-
t/lib/both/Recipe.pm (added)
-
t/lib/cached (added)
-
t/lib/cached/Ingredient.pm (added)
-
t/lib/cached/Recipe.pm (added)
-
t/lib/db-common.pl (added)
-
t/lib/partitioned (added)
-
t/lib/partitioned/Ingredient.pm (added)
-
t/lib/partitioned/Recipe.pm (added)
-
t/lib/views (added)
-
t/lib/views/Ingredient.pm (added)
-
t/lib/views/Ingredient2Recipe.pm (added)
-
t/lib/views/IngredientsWeighted.pm (added)
-
t/lib/views/Recipe.pm (added)
-
t/schemas (added)
-
t/schemas/ingredient2recipe.sql (added)
-
t/schemas/ingredients-view.sql (added)
-
t/schemas/ingredients.sql (added)
-
t/schemas/pkless.sql (added)
-
t/schemas/recipes.sql (added)
-
t/schemas/wines.sql (added)
