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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.49 - (view) (annotate) - [select for diffs]
Wed Nov 3 14:12:34 2004 UTC (19 years, 8 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.48: +6 -3 lines
Diff to previous 1.48
 replaced print with logger->info


Revision 1.48 - (view) (annotate) - [select for diffs]
Thu Oct 28 11:35:51 2004 UTC (19 years, 8 months ago) by jonen
Branch: MAIN
Changes since 1.47: +16 -6 lines
Diff to previous 1.47
+ bugfix related to select-criterias(filter)


Revision 1.47 - (view) (annotate) - [select for diffs]
Tue Aug 31 14:26:08 2004 UTC (19 years, 10 months ago) by jonen
Branch: MAIN
Changes since 1.46: +5 -2 lines
Diff to previous 1.46
updated


Revision 1.46 - (view) (annotate) - [select for diffs]
Thu May 6 12:54:34 2004 UTC (20 years, 2 months ago) by jonen
Branch: MAIN
Changes since 1.45: +11 -3 lines
Diff to previous 1.45
+ bugfix related to multiple select-'filter'


Revision 1.45 - (view) (annotate) - [select for diffs]
Sun Dec 14 01:48:36 2003 UTC (20 years, 6 months ago) by jonen
Branch: MAIN
Changes since 1.44: +14 -2 lines
Diff to previous 1.44
small HACK at _insertChildNode: some special Childnodes should not be created because existing objects have to be selected!
TODO: make this more generic, e.g. implement a special flag at Schema


Revision 1.44 - (view) (annotate) - [select for diffs]
Thu Dec 4 01:01:50 2003 UTC (20 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.43: +9 -1 lines
Diff to previous 1.43
+ sendQuery now returns result even on crud=UPDATE


Revision 1.43 - (view) (annotate) - [select for diffs]
Wed Jul 2 11:07:12 2003 UTC (21 years ago) by jonen
Branch: MAIN
Changes since 1.42: +8 -7 lines
Diff to previous 1.42
re-activate filtering of results *after* results are fetched from tangram
  (needed for e.g. UserManagment)


Revision 1.42 - (view) (annotate) - [select for diffs]
Tue Jul 1 23:24:17 2003 UTC (21 years ago) by joko
Branch: MAIN
Changes since 1.41: +5 -1 lines
Diff to previous 1.41
now using package before using function


Revision 1.41 - (view) (annotate) - [select for diffs]
Sun Jun 29 02:03:45 2003 UTC (21 years ago) by joko
Branch: MAIN
Changes since 1.40: +8 -5 lines
Diff to previous 1.40
fix:? initialize schema on startup


Revision 1.40 - (view) (annotate) - [select for diffs]
Wed Jun 25 22:57:54 2003 UTC (21 years ago) by joko
Branch: MAIN
Changes since 1.39: +97 -31 lines
Diff to previous 1.39
major rework of "sub sendQuery / sub getListFiltered": now should be capable of "sorting"


Revision 1.39 - (view) (annotate) - [select for diffs]
Fri Jun 6 11:40:40 2003 UTC (21 years, 1 month ago) by jonen
Branch: MAIN
Changes since 1.38: +24 -2 lines
Diff to previous 1.38
fixed bug at 'getFilteredList'


Revision 1.38 - (view) (annotate) - [select for diffs]
Tue May 13 16:38:38 2003 UTC (21 years, 1 month ago) by joko
Branch: MAIN
Changes since 1.37: +31 -18 lines
Diff to previous 1.37
problems with "tied" on 5.6.1/win32


Revision 1.37 - (view) (annotate) - [select for diffs]
Sat May 10 17:37:39 2003 UTC (21 years, 1 month ago) by jonen
Branch: MAIN
Changes since 1.36: +9 -1 lines
Diff to previous 1.36
corrected last commit


Revision 1.36 - (view) (annotate) - [select for diffs]
Sat May 10 17:31:18 2003 UTC (21 years, 1 month ago) by jonen
Branch: MAIN
Changes since 1.35: +131 -1 lines
Diff to previous 1.35
+ added new functions related to 'create' item
 - createNode()
   # creates non-persistent 'deep dummy filled' object
 -


Revision 1.35 - (view) (annotate) - [select for diffs]
Sat Apr 19 16:09:48 2003 UTC (21 years, 2 months ago) by jonen
Branch: MAIN
Changes since 1.34: +20 -5 lines
Diff to previous 1.34
+ added operator dispatching (currently for getting ref-type) at 'getListFiltered'


Revision 1.34 - (view) (annotate) - [select for diffs]
Fri Apr 11 01:18:53 2003 UTC (21 years, 2 months ago) by joko
Branch: MAIN
Changes since 1.33: +26 -8 lines
Diff to previous 1.33
sendQuery:
+ introduced crud action 'DELETE'


Revision 1.33 - (view) (annotate) - [select for diffs]
Wed Apr 9 06:07:43 2003 UTC (21 years, 2 months ago) by joko
Branch: MAIN
Changes since 1.32: +131 -48 lines
Diff to previous 1.32
revamped 'sub sendQuery'


Revision 1.32 - (view) (annotate) - [select for diffs]
Tue Apr 8 22:52:22 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.31: +14 -8 lines
Diff to previous 1.31
modified 'querySchema': better behaviour regarding filtering result


Revision 1.31 - (view) (annotate) - [select for diffs]
Sat Apr 5 21:24:09 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.30: +51 -20 lines
Diff to previous 1.30
modified 'sub getChildNodes': now contains code from 'querySchema'


Revision 1.30 - (view) (annotate) - [select for diffs]
Thu Mar 27 15:31:14 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.29: +7 -3 lines
Diff to previous 1.29
fixes to modules regarding new namespace(s) below Data::Mungle::*


Revision 1.29 - (view) (annotate) - [select for diffs]
Fri Feb 21 01:47:18 2003 UTC (21 years, 4 months ago) by joko
Branch: MAIN
Changes since 1.28: +22 -18 lines
Diff to previous 1.28
purged old code
minor cosmetics


Revision 1.28 - (view) (annotate) - [select for diffs]
Thu Feb 20 20:20:26 2003 UTC (21 years, 4 months ago) by joko
Branch: MAIN
Changes since 1.27: +28 -7 lines
Diff to previous 1.27
tried to get auto-disconnect working again - failed with that


Revision 1.27 - (view) (annotate) - [select for diffs]
Fri Jan 31 06:30:59 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.26: +17 -4 lines
Diff to previous 1.26
+ enabled 'sendQuery'


Revision 1.26 - (view) (annotate) - [select for diffs]
Thu Jan 30 22:29:47 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.25: +16 -4 lines
Diff to previous 1.25
+ fixed module usage (removed dependency on 'libp.pm')


Revision 1.25 - (view) (annotate) - [select for diffs]
Sun Jan 19 02:30:05 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.24: +11 -3 lines
Diff to previous 1.24
+ fix: modified call to '_initSchema'


Revision 1.24 - (view) (annotate) - [select for diffs]
Sun Dec 22 14:13:01 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.23: +10 -1 lines
Diff to previous 1.23
+ sub dropDb


Revision 1.23 - (view) (annotate) - [select for diffs]
Thu Dec 19 16:31:53 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.22: +6 -3 lines
Diff to previous 1.22
+- renamed sub to 'rebuildDb'


Revision 1.22 - (view) (annotate) - [select for diffs]
Wed Dec 18 22:28:16 2002 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Changes since 1.21: +8 -3 lines
Diff to previous 1.21
+ added extended logging at 'getObjectByGuid()'


Revision 1.21 - (view) (annotate) - [select for diffs]
Mon Dec 16 22:20:49 2002 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Changes since 1.20: +7 -3 lines
Diff to previous 1.20
+ fixed bug at 'getObjectByGuid()'


Revision 1.20 - (view) (annotate) - [select for diffs]
Mon Dec 16 20:49:17 2002 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Changes since 1.19: +40 -3 lines
Diff to previous 1.19
+ added sub 'getObjectByGuid()'
+ added functionality to use 'getObjectByGuid' at 'getObjectAsHash()'


Revision 1.19 - (view) (annotate) - [select for diffs]
Mon Dec 16 06:46:09 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.18: +22 -1 lines
Diff to previous 1.18
+ attempt to introduce a generic '_patchSchema' - cancelled!


Revision 1.18 - (view) (annotate) - [select for diffs]
Fri Dec 13 21:48:07 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.17: +13 -3 lines
Diff to previous 1.17
+ fix to 'sub sendQuery'


Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Dec 12 02:51:09 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.16: +5 -2 lines
Diff to previous 1.16
+ cosmetics


Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Dec 11 06:54:10 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.15: +14 -3 lines
Diff to previous 1.15
+ fix: encapsulated object-loading inside an 'eval'


Revision 1.15 - (view) (annotate) - [select for diffs]
Thu Dec 5 13:55:21 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.14: +36 -9 lines
Diff to previous 1.14
+ now utilizing 'object2hash' instead of 'var_deref'
+ played around with having fresh-objects - no progress....


Revision 1.14 - (view) (annotate) - [select for diffs]
Thu Dec 5 09:40:30 2002 UTC (21 years, 7 months ago) by jonen
Branch: MAIN
Changes since 1.13: +15 -3 lines
Diff to previous 1.13
+ added option->{destroy} at getObject for unloading all instance


Revision 1.13 - (view) (annotate) - [select for diffs]
Thu Dec 5 07:59:04 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.12: +31 -18 lines
Diff to previous 1.12
+ now using Tie::SecureHash as a base for the COREHANDLE
+ former public COREHANDLE becomes private _COREHANDLE now
+ sub getCOREHANDLE


Revision 1.12 - (view) (annotate) - [select for diffs]
Wed Dec 4 11:34:49 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.11: +17 -7 lines
Diff to previous 1.11
- $schema_tangram doesn't have to be in class?


Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Dec 4 08:54:08 2002 UTC (21 years, 7 months ago) by jonen
Branch: MAIN
Changes since 1.10: +5 -1 lines
Diff to previous 1.10
+ untested bugfix: undef($object) after transform to hash at getObjectAsHash


Revision 1.10 - (view) (annotate) - [select for diffs]
Tue Dec 3 15:53:23 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.9: +7 -3 lines
Diff to previous 1.9
+ small bugfix regarding object hierarchy


Revision 1.9 - (view) (annotate) - [select for diffs]
Tue Dec 3 05:29:40 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.8: +25 -1 lines
Diff to previous 1.8
+ sub getObject
+ sub getObjectAsHash


Revision 1.8 - (view) (annotate) - [select for diffs]
Sun Dec 1 22:25:51 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.7: +24 -17 lines
Diff to previous 1.7
+ now utilizing metadata from storage locator when connecting to DBI in "raw"-mode


Revision 1.7 - (view) (annotate) - [select for diffs]
Sun Dec 1 04:46:19 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.6: +19 -1 lines
Diff to previous 1.6
+ sub eraseAll


Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Nov 29 05:02:30 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.5: +158 -26 lines
Diff to previous 1.5
- sub getNewPerlObjectByPkgName (moved to libp.pm)
+ sub getMetaInfo
- sub existsChildNode (moved to Abstract.pm)
+ sub getListUnfiltered
+ sub getListFiltered
+ sub createCursor
+ sub createSet
+ sub sendQuery


Revision 1.5 - (view) (annotate) - [select for diffs]
Sun Nov 17 06:35:18 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.4: +26 -18 lines
Diff to previous 1.4
+ locator metadata can now be reached via ->{locator}
- getChildNodes is now wrapped via COREHANDLE


Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Oct 25 11:44:44 2002 UTC (21 years, 8 months ago) by joko
Branch: MAIN
Changes since 1.3: +114 -13 lines
Diff to previous 1.3
+ sub _initSchema
+ sub existsChildNode
+ sub testIntegrity
+ sub rebuildDbAndSchema


Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Oct 17 03:56:55 2002 UTC (21 years, 8 months ago) by joko
Branch: MAIN
Changes since 1.2: +9 -1 lines
Diff to previous 1.2
+ bugfix: trapped eval error


Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Oct 17 00:10:05 2002 UTC (21 years, 8 months ago) by joko
Branch: MAIN
Changes since 1.1: +50 -11 lines
Diff to previous 1.1
+ removed dependency from tsobj.pm, schema is now independent
+ sub getNewPerlObjectByPkgName
+ sub deploySchema
+ sub retreatSchema


Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Oct 10 03:44:07 2002 UTC (21 years, 8 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