/[cvs]/nfo/perl/libs/Data/Storage.pm
ViewVC logotype

Log of /nfo/perl/libs/Data/Storage.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Jun 25 22:51:51 2003 UTC (20 years, 10 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +25 -4 lines
Diff to previous 1.19
+ sub get_locator_type & Co.


Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Feb 18 19:22:11 2003 UTC (21 years, 2 months ago) by joko
Branch: MAIN
Changes since 1.18: +9 -2 lines
Diff to previous 1.18
+ fixed logging


Revision 1.18 - (view) (annotate) - [select for diffs]
Thu Jan 30 22:12:17 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.17: +4 -49 lines
Diff to previous 1.17
- removed/refactored old code: ->Data::Storage::Handler::Tangram|DBI


Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Jan 30 21:42:22 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.16: +9 -4 lines
Diff to previous 1.16
+ minor update: renamed method


Revision 1.16 - (view) (annotate) - [select for diffs]
Mon Jan 20 16:52:13 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.15: +54 -8 lines
Diff to previous 1.15
+ now using 'DesignPattern::Object' to create a new 'Data::Storage::Handler::Xyz' on demand - before we did this in a hand-rolled fashion


Revision 1.15 - (view) (annotate) - [select for diffs]
Sun Jan 19 03:12:59 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.14: +75 -371 lines
Diff to previous 1.14
+ modified header
- removed pod-documentation - now in 'Storage.pod'


Revision 1.14 - (view) (annotate) - [select for diffs]
Thu Dec 19 16:27:59 2002 UTC (21 years, 4 months ago) by joko
Branch: MAIN
Changes since 1.13: +12 -28 lines
Diff to previous 1.13
- moved 'sub dropDb' to Data::Storage::Handler::DBI


Revision 1.13 - (view) (annotate) - [select for diffs]
Tue Dec 17 21:54:12 2002 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.12: +7 -2 lines
Diff to previous 1.12
+ feature when using Tangram:
  + what? each object created should delivered with a globally(!?) unique identifier (GUID) besides the native tangram object id (OID)
      + patched Tangram::Storage (jonen)
      + enhanced Data::Storage::Schema::Tangram (joko)
      + enhanced Data::Storage::Handler::Tangram 'sub getObjectByGuid' (jonen)
  + how?
      + each concrete (non-abstract) class gets injected with an additional field/property called 'guid' - this is done (dynamically) on schema level
      + this property ('guid') gets filled on object creation/insertion from 'sub Tangram::Storage::_insert' using Data::UUID from CPAN
      + (as for now) this property can get accessed by calling 'getObjectByGuid' on the already known storage-handle used throughout the application


Revision 1.12 - (view) (annotate) - [select for diffs]
Thu Dec 12 02:50:15 2002 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.11: +20 -14 lines
Diff to previous 1.11
+ this now (unfortunately) needs DBI for some helper functions
+ TODO: these have to be refactored to another scope! (soon!)


Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Dec 11 06:53:19 2002 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.10: +36 -15 lines
Diff to previous 1.10
+ updated pod


Revision 1.10 - (view) (annotate) - [select for diffs]
Sat Dec 7 03:37:23 2002 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.9: +14 -1 lines
Diff to previous 1.9
+ updated pod


Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Dec 1 22:15:45 2002 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.8: +9 -26 lines
Diff to previous 1.8
- sub createDb: moved to handler


Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Nov 29 04:48:23 2002 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.7: +148 -43 lines
Diff to previous 1.7
+ updated pod


Revision 1.7 - (view) (annotate) - [select for diffs]
Sun Nov 17 06:07:18 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.6: +33 -25 lines
Diff to previous 1.6
+ creating the handler is easier than proposed first - for now :-)
+ sub testAvailability


Revision 1.6 - (view) (annotate) - [select for diffs]
Sat Nov 9 01:04:58 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.5: +19 -5 lines
Diff to previous 1.5
+ updated pod


Revision 1.5 - (view) (annotate) - [select for diffs]
Tue Oct 29 19:24:18 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.4: +65 -25 lines
Diff to previous 1.4
- reduced logging
+ added some pod


Revision 1.4 - (view) (annotate) - [select for diffs]
Sun Oct 27 18:35:07 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.3: +148 -4 lines
Diff to previous 1.3
+ added pod


Revision 1.3 - (view) (annotate) - [select for diffs]
Fri Oct 25 11:40:37 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.2: +48 -5 lines
Diff to previous 1.2
+ enhanced robustness
+ more logging for debug-levels
+ sub dropDb


Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Oct 17 00:04:29 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.1: +52 -6 lines
Diff to previous 1.1
+ sub createDb
+ sub isConnected
+ bugfixes regarding "deep recursion" stuff


Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Oct 10 03:43:12 2002 UTC (21 years, 7 months ago) by cvsjoko
Branch: MAIN
+ new


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed