W3C CVS

CVS log for perl/modules/W3C/Rdf/SqlDB.pm

[BACK] Up to [Public] / perl / modules / W3C / Rdf

Request diff between arbitrary revisions


Default branch: 1

Revision 1.146 / (download) - annotate - [select for diffs] , Tue Aug 14 22:00:11 2007 UTC (10 months, 3 weeks ago) by eric
CVS Tags: HEAD
Changes since 1.145: +94 -84 lines
Diff to previous 1.145 (colored)
+ addTriple takes an attribution
+ refreshNode internal API
+ RdfDB::clearAttribution (sets refreshNode)
~ fixed up AttrList code
~ stop double-inserting triples

Revision 1.145 / (download) - annotate - [select for diffs] , Mon Aug 13 04:38:14 2007 UTC (10 months, 3 weeks ago) by eric
Changes since 1.144: +5 -3 lines
Diff to previous 1.144 (colored)
~ _bindingsToStatements uses -assertionAttribution

Revision 1.144 / (download) - annotate - [select for diffs] , Sun Aug 12 15:50:12 2007 UTC (10 months, 3 weeks ago) by eric
Changes since 1.143: +11 -5 lines
Diff to previous 1.143 (colored)
~ fixed utf8 encoding issues

Revision 1.143 / (download) - annotate - [select for diffs] , Fri Aug 10 19:25:19 2007 UTC (10 months, 3 weeks ago) by eric
Changes since 1.142: +98 -14 lines
Diff to previous 1.142 (colored)
+ look out for W3C::Rdf::AlgaeCompileTree::Members types in unexpected places
+ place to write down ORDER BY
+ processDeleteion
+ special support for W3C::Rdf::AlgaeCompileTree::Members objects (only) in W3C::Rdf::SqlDB::HoldsProperty::processMatch
~ WildcardProperty::processMatch has proper cardinality when working only with __Holds__ table
~ update to current dbEvaluateAssertion API
+ dbEvaluateDeletion
~ re-use AttributionList joins with same variables names (on way to factoring it out)

Revision 1.142 / (download) - annotate - [select for diffs] , Fri Aug 3 15:38:19 2007 UTC (11 months ago) by eric
Changes since 1.141: +5 -9 lines
Diff to previous 1.141 (colored)
+ {-assertionAttribution}

Revision 1.141 / (download) - annotate - [select for diffs] , Wed Aug 1 04:12:02 2007 UTC (11 months ago) by eric
Changes since 1.140: +3 -3 lines
Diff to previous 1.140 (colored)
~ simplified Algae2::{addSource,getSourceByName} API

Revision 1.140 / (download) - annotate - [select for diffs] , Sat Jul 28 18:45:28 2007 UTC (11 months, 1 week ago) by eric
Changes since 1.139: +58 -20 lines
Diff to previous 1.139 (colored)
+ connected named graph (Ask) structure to attribution constraints
+ updated dbEvaluateAssertion to reflect current API

Revision 1.139 / (download) - annotate - [select for diffs] , Sun Jun 24 21:21:56 2007 UTC (12 months, 1 week ago) by eric
Changes since 1.138: +8 -10 lines
Diff to previous 1.138 (colored)
~ use correct data: synta
~ eliminate nextElement call on empty result set

Revision 1.138 / (download) - annotate - [select for diffs] , Fri May 25 21:35:36 2007 UTC (13 months, 1 week ago) by eric
Changes since 1.137: +6 -2 lines
Diff to previous 1.137 (colored)
+ handle constants from query parses

Revision 1.137 / (download) - annotate - [select for diffs] , Mon Apr 16 00:45:11 2007 UTC (14 months, 2 weeks ago) by eric
Changes since 1.136: +12 -4 lines
Diff to previous 1.136 (colored)
~ handle constraint terms (as opposed to constraints attached to terms)

Revision 1.136 / (download) - annotate - [select for diffs] , Wed Aug 3 19:52:57 2005 UTC (2 years, 11 months ago) by eric
Changes since 1.135: +5 -4 lines
Diff to previous 1.135 (colored)
ignore unimplemented constraints for now

Revision 1.135 / (download) - annotate - [select for diffs] , Sat Jul 30 20:38:22 2005 UTC (2 years, 11 months ago) by eric
Changes since 1.134: +4 -4 lines
Diff to previous 1.134 (colored)
keep properties around

Revision 1.134 / (download) - annotate - [select for diffs] , Mon May 16 23:24:01 2005 UTC (3 years, 1 month ago) by eric
Changes since 1.133: +3 -3 lines
Diff to previous 1.133 (colored)
clarify message

Revision 1.133 / (download) - annotate - [select for diffs] , Sat May 14 22:17:26 2005 UTC (3 years, 1 month ago) by eric
Changes since 1.132: +4 -4 lines
Diff to previous 1.132 (colored)
added datatype and unacessible predicate support

Revision 1.132 / (download) - annotate - [select for diffs] , Fri May 13 22:09:01 2005 UTC (3 years, 1 month ago) by eric
Changes since 1.131: +77 -17 lines
Diff to previous 1.131 (colored)
added datatype support

Revision 1.131 / (download) - annotate - [select for diffs] , Mon Apr 18 10:15:22 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.130: +7 -4 lines
Diff to previous 1.130 (colored)
changed constructor API for Algae2

Revision 1.130 / (download) - annotate - [select for diffs] , Sat Apr 16 23:47:30 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.129: +3 -3 lines
Diff to previous 1.129 (colored)
modern RdfApp constructor

Revision 1.129 / (download) - annotate - [select for diffs] , Tue Feb 22 04:48:24 2005 UTC (3 years, 4 months ago) by eric
Changes since 1.128: +88 -25 lines
Diff to previous 1.128 (colored)
get disjunction binder working naively

Revision 1.128 / (download) - annotate - [select for diffs] , Fri Feb 11 08:04:31 2005 UTC (3 years, 4 months ago) by eric
Changes since 1.127: +3 -2 lines
Diff to previous 1.127 (colored)
finishReuse returns the re-used disjunctions

Revision 1.127 / (download) - annotate - [select for diffs] , Sun Nov 14 05:58:16 2004 UTC (3 years, 7 months ago) by eric
Changes since 1.126: +135 -105 lines
Diff to previous 1.126 (colored)
migrated to Binder architecture
ready to work on DisjunctionBinder

Revision 1.126 / (download) - annotate - [select for diffs] , Sun Nov 14 04:38:25 2004 UTC (3 years, 7 months ago) by eric
Changes since 1.125: +50 -27 lines
Diff to previous 1.125 (colored)
begin migration to Binder architecture

Revision 1.125 / (download) - annotate - [select for diffs] , Sat Oct 30 22:27:36 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.124: +47 -26 lines
Diff to previous 1.124 (colored)
clean up comments on binding constraints

Revision 1.124 / (download) - annotate - [select for diffs] , Sat Oct 30 21:58:15 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.123: +211 -77 lines
Diff to previous 1.123 (colored)
clean up binding constraints

Revision 1.123 / (download) - annotate - [select for diffs] , Mon Oct 25 20:36:52 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.122: +99 -62 lines
Diff to previous 1.122 (colored)
ganged up earlier solution constraints into a large disjunction

Revision 1.122 / (download) - annotate - [select for diffs] , Mon Oct 18 06:51:25 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.121: +6 -2 lines
Diff to previous 1.121 (colored)
early warning error message

Revision 1.121 / (download) - annotate - [select for diffs] , Sun Oct 17 14:01:44 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.120: +5 -2 lines
Diff to previous 1.120 (colored)
die if no props file is given

Revision 1.120 / (download) - annotate - [select for diffs] , Tue Sep 7 07:24:52 2004 UTC (3 years, 9 months ago) by eric
Changes since 1.119: +3 -3 lines
Diff to previous 1.119 (colored)
can't take refs even if they eval to scalars

Revision 1.119 / (download) - annotate - [select for diffs] , Wed Aug 25 18:21:36 2004 UTC (3 years, 10 months ago) by eric
Changes since 1.118: +10 -2 lines
Diff to previous 1.118 (colored)
constant bindings (those just for select) don't constrain

Revision 1.118 / (download) - annotate - [select for diffs] , Thu Aug 12 17:36:49 2004 UTC (3 years, 10 months ago) by eric
Changes since 1.117: +33 -3 lines
Diff to previous 1.117 (colored)
added constraint disjunction

Revision 1.117 / (download) - annotate - [select for diffs] , Thu Aug 12 14:06:51 2004 UTC (3 years, 10 months ago) by eric
Changes since 1.116: +25 -6 lines
Diff to previous 1.116 (colored)
added support for URI to field maps

Revision 1.116 / (download) - annotate - [select for diffs] , Thu Aug 12 05:21:04 2004 UTC (3 years, 10 months ago) by eric
Changes since 1.115: +48 -18 lines
Diff to previous 1.115 (colored)
added (constraint) support for already bound variables

Revision 1.115 / (download) - annotate - [select for diffs] , Fri Aug 6 11:15:40 2004 UTC (3 years, 10 months ago) by eric
Changes since 1.114: +24 -6 lines
Diff to previous 1.114 (colored)
fixed attribution result error (was returning as a scalar)

Revision 1.114 / (download) - annotate - [select for diffs] , Wed Jun 16 05:17:21 2004 UTC (4 years ago) by eric
Changes since 1.113: +4 -4 lines
Diff to previous 1.113 (colored)
follow name change of Disjunction

Revision 1.113 / (download) - annotate - [select for diffs] , Wed Jun 16 05:11:57 2004 UTC (4 years ago) by eric
Changes since 1.112: +2 -2 lines
Diff to previous 1.112 (colored)
add the $Id again

Revision 1.112 / (download) - annotate - [select for diffs] , Wed Jun 16 04:44:32 2004 UTC (4 years ago) by eric
Changes since 1.111: +22 -12 lines
Diff to previous 1.111 (colored)
catch absorption errors and remove the screwed up row

Revision 1.111 / (download) - annotate - [select for diffs] , Tue Jun 15 05:19:28 2004 UTC (4 years ago) by eric
Changes since 1.110: +18 -16 lines
Diff to previous 1.110 (colored)
separate generic triple store requirements from app-specific schema access

Revision 1.110 / (download) - annotate - [select for diffs] , Sat Jun 12 05:52:55 2004 UTC (4 years ago) by eric
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 (colored)
may not even have an auth

Revision 1.109 / (download) - annotate - [select for diffs] , Mon Jun 7 09:27:30 2004 UTC (4 years ago) by eric
Changes since 1.108: +42 -140 lines
Diff to previous 1.108 (colored)
make now works in Rdf

Revision 1.108 / (download) - annotate - [select for diffs] , Sat May 15 17:40:43 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.107: +152 -94 lines
Diff to previous 1.107 (colored)
enable loading of attributions when loading statements by key

Revision 1.107 / (download) - annotate - [select for diffs] , Sat May 15 13:26:08 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.106: +88 -7 lines
Diff to previous 1.106 (colored)
provided api for primary keys

Revision 1.106 / (download) - annotate - [select for diffs] , Fri May 7 00:18:41 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.105: +2 -2 lines
Diff to previous 1.105 (colored)
pass all the parms through

Revision 1.105 / (download) - annotate - [select for diffs] , Thu May 6 20:21:50 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.104: +6 -5 lines
Diff to previous 1.104 (colored)
better error message for unknown field

Revision 1.104 / (download) - annotate - [select for diffs] , Wed May 5 01:04:31 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.103: +9 -2 lines
Diff to previous 1.103 (colored)
probably made queries with an initial optional triple work

Revision 1.103 / (download) - annotate - [select for diffs] , Mon May 3 21:41:33 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.102: +42 -30 lines
Diff to previous 1.102 (colored)
added support for floats

Revision 1.102 / (download) - annotate - [select for diffs] , Mon May 3 20:43:21 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.101: +29 -12 lines
Diff to previous 1.101 (colored)
hacked delete to work, not done thinking

Revision 1.101 / (download) - annotate - [select for diffs] , Sun Apr 25 22:56:28 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.100: +10 -6 lines
Diff to previous 1.100 (colored)
handle unselected attributions

Revision 1.100 / (download) - annotate - [select for diffs] , Sun Apr 25 09:50:50 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.99: +36 -5 lines
Diff to previous 1.99 (colored)
fixed AttrList re-use and assign attribution constraints

Revision 1.99 / (download) - annotate - [select for diffs] , Sat Apr 24 12:17:40 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.98: +147 -52 lines
Diff to previous 1.98 (colored)
fixed nth binding query underconstraints problem and added trivial attribution constraints

Revision 1.98 / (download) - annotate - [select for diffs] , Wed Apr 21 15:18:28 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.97: +35 -6 lines
Diff to previous 1.97 (colored)
start on attributions tracking

Revision 1.97 / (download) - annotate - [select for diffs] , Wed Apr 21 13:57:28 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.96: +51 -45 lines
Diff to previous 1.96 (colored)
re-orged prior to tackling attributions

Revision 1.96 / (download) - annotate - [select for diffs] , Mon Apr 5 23:26:44 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.95: +2 -2 lines
Diff to previous 1.95 (colored)
more specific exception

Revision 1.95 / (download) - annotate - [select for diffs] , Mon Mar 29 06:35:21 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.94: +4 -4 lines
Diff to previous 1.94 (colored)
s/GenId/BNode/g

Revision 1.94 / (download) - annotate - [select for diffs] , Wed Mar 24 08:48:51 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.93: +3 -3 lines
Diff to previous 1.93 (colored)
use a constructor flag for overconstraints check

Revision 1.93 / (download) - annotate - [select for diffs] , Wed Mar 17 01:07:58 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored)
brute force no overconstraint checking, fix this later

Revision 1.92 / (download) - annotate - [select for diffs] , Tue Mar 16 16:51:09 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.91: +2 -1 lines
Diff to previous 1.91 (colored)
follow the ResultSet iteration API

Revision 1.91 / (download) - annotate - [select for diffs] , Thu Mar 11 06:34:25 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.90: +12 -11 lines
Diff to previous 1.90 (colored)
working with new Attribution structure

Revision 1.90 / (download) - annotate - [select for diffs] , Tue Mar 9 18:10:29 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.89: +7 -7 lines
Diff to previous 1.89 (colored)
got rules working again, reworked Attributions for proofs

Revision 1.89 / (download) - annotate - [select for diffs] , Tue Feb 3 18:20:28 2004 UTC (4 years, 5 months ago) by eric
Changes since 1.88: +33 -3 lines
Diff to previous 1.88 (colored)
triplesMatching relies on graph machinery, handle NULLs from DB

Revision 1.88 / (download) - annotate - [select for diffs] , Fri Jan 30 15:28:13 2004 UTC (4 years, 5 months ago) by eric
Changes since 1.87: +23 -1 lines
Diff to previous 1.87 (colored)
getting annotea working with new attributions

Revision 1.87 / (download) - annotate - [select for diffs] , Fri Jan 30 05:38:53 2004 UTC (4 years, 5 months ago) by eric
Changes since 1.86: +5 -2 lines
Diff to previous 1.86 (colored)
made properties parameter more flexible

Revision 1.86 / (download) - annotate - [select for diffs] , Mon Dec 8 20:54:01 2003 UTC (4 years, 6 months ago) by eric
Changes since 1.85: +17 -17 lines
Diff to previous 1.85 (colored)
s/AlgaeStructure/AlgaeCompileTree/

Revision 1.85 / (download) - annotate - [select for diffs] , Mon Dec 8 19:02:18 2003 UTC (4 years, 6 months ago) by eric
Changes since 1.84: +12 -1 lines
Diff to previous 1.84 (colored)
switched to RdfDB for proofs, brought FingerDB up to date

Revision 1.84 / (download) - annotate - [select for diffs] , Fri Dec 5 11:33:27 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.83: +4 -4 lines
Diff to previous 1.83 (colored)
switched to using the sanctioned absorb API

Revision 1.83 / (download) - annotate - [select for diffs] , Fri Dec 5 10:00:23 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.82: +8 -2 lines
Diff to previous 1.82 (colored)
fixed last known Attributions->AttrList bug

Revision 1.82 / (download) - annotate - [select for diffs] , Thu Dec 4 18:46:40 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.81: +14 -13 lines
Diff to previous 1.81 (colored)
working on AttribList

Revision 1.81 / (download) - annotate - [select for diffs] , Wed Dec 3 14:57:28 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.80: +69 -12 lines
Diff to previous 1.80 (colored)
switched to AttributionList and cleaned out bagIDs

Revision 1.80 / (download) - annotate - [select for diffs] , Fri Nov 28 16:14:18 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.79: +8 -5 lines
Diff to previous 1.79 (colored)
oops, clumsily forgot to test if it even needed a datatype

Revision 1.79 / (download) - annotate - [select for diffs] , Fri Nov 28 15:31:34 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.78: +77 -69 lines
Diff to previous 1.78 (colored)
interesting corner case in __Holds__ will also rear fugly head in queries with subjects constrained by foreign keys

Revision 1.78 / (download) - annotate - [select for diffs] , Sun Nov 23 14:00:56 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.77: +107 -98 lines
Diff to previous 1.77 (colored)
re-org'd a bit -- cleaning up

Revision 1.77 / (download) - annotate - [select for diffs] , Sat Nov 22 05:26:47 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.76: +36 -39 lines
Diff to previous 1.76 (colored)
created DisjunctionBindings

Revision 1.76 / (download) - annotate - [select for diffs] , Sat Nov 22 03:51:16 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.75: +7 -4 lines
Diff to previous 1.75 (colored)
toString defaults to making no assumptions about operator precedence

Revision 1.75 / (download) - annotate - [select for diffs] , Sat Nov 22 03:42:07 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.74: +21 -13 lines
Diff to previous 1.74 (colored)
some comments on the commonClause code

Revision 1.74 / (download) - annotate - [select for diffs] , Thu Nov 20 16:23:12 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.73: +248 -93 lines
Diff to previous 1.73 (colored)
switching to more rigourous object boundries

Revision 1.73 / (download) - annotate - [select for diffs] , Tue Nov 18 05:28:57 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.72: +48 -49 lines
Diff to previous 1.72 (colored)
restructured wheres to reduce scalar pointers

Revision 1.72 / (download) - annotate - [select for diffs] , Tue Nov 18 00:44:06 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.71: +24 -10 lines
Diff to previous 1.71 (colored)
serialize query according to operator precedence

Revision 1.71 / (download) - annotate - [select for diffs] , Tue Nov 4 22:08:00 2003 UTC (4 years, 8 months ago) by eric
Changes since 1.70: +1 -2 lines
Diff to previous 1.70 (colored)
cleanup

Revision 1.70 / (download) - annotate - [select for diffs] , Tue Nov 4 10:28:45 2003 UTC (4 years, 8 months ago) by eric
Changes since 1.69: +69 -21 lines
Diff to previous 1.69 (colored)
added partial support for wildcard predicates

Revision 1.69 / (download) - annotate - [select for diffs] , Tue Nov 4 03:05:20 2003 UTC (4 years, 8 months ago) by eric
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored)
fixed table name

Revision 1.68 / (download) - annotate - [select for diffs] , Tue Nov 4 00:23:20 2003 UTC (4 years, 8 months ago) by eric
Changes since 1.67: +198 -81 lines
Diff to previous 1.67 (colored)
disjunction works

Revision 1.67 / (download) - annotate - [select for diffs] , Sun Nov 2 22:06:37 2003 UTC (4 years, 8 months ago) by eric
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)
zillion-fold improvement in performance

Revision 1.66 / (download) - annotate - [select for diffs] , Sun Nov 2 20:59:47 2003 UTC (4 years, 8 months ago) by eric
Changes since 1.65: +34 -49 lines
Diff to previous 1.65 (colored)
switched from hash-subset with collision count to simple foreign key for __Nodes__

Revision 1.65 / (download) - annotate - [select for diffs] , Sun Nov 2 08:42:03 2003 UTC (4 years, 8 months ago) by eric
Changes since 1.64: +964 -371 lines
Diff to previous 1.64 (colored)
algae2 now worky

Revision 1.64 / (download) - annotate - [select for diffs] , Sun Jul 27 23:54:10 2003 UTC (4 years, 11 months ago) by eric
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored)
changed default attributing variable name

Revision 1.63 / (download) - annotate - [select for diffs] , Sun May 4 05:58:04 2003 UTC (5 years, 2 months ago) by eric
CVS Tags: V1_2
Changes since 1.62: +8 -5 lines
Diff to previous 1.62 (colored)
tweaked grammer, API and algae query lang to handle datatypes

Revision 1.62 / (download) - annotate - [select for diffs] , Sat Apr 19 04:57:01 2003 UTC (5 years, 2 months ago) by eric
Changes since 1.61: +12 -4 lines
Diff to previous 1.61 (colored)
AlgaeStructure.pm

Revision 1.61 / (download) - annotate - [select for diffs] , Mon Mar 24 14:13:57 2003 UTC (5 years, 3 months ago) by eric
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored)
re-phrased throw and put limit control on ObjectDB

Revision 1.60 / (download) - annotate - [select for diffs] , Mon Mar 24 01:40:13 2003 UTC (5 years, 3 months ago) by eric
Changes since 1.59: +3 -13 lines
Diff to previous 1.59 (colored)
switched to more brief exception idiom

Revision 1.59 / (download) - annotate - [select for diffs] , Tue Mar 11 01:13:46 2003 UTC (5 years, 3 months ago) by eric
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)
forgot to dereference column number to get value

Revision 1.58 / (download) - annotate - [select for diffs] , Tue Mar 11 01:07:17 2003 UTC (5 years, 3 months ago) by eric
Changes since 1.57: +36 -1 lines
Diff to previous 1.57 (colored)
making use of resolveUriRdfId

Revision 1.57 / (download) - annotate - [select for diffs] , Tue Mar 11 00:22:46 2003 UTC (5 years, 3 months ago) by eric
Changes since 1.56: +4 -4 lines
Diff to previous 1.56 (colored)
keep fabricated query piece from bollixing up result array

Revision 1.56 / (download) - annotate - [select for diffs] , Mon Mar 10 23:04:59 2003 UTC (5 years, 3 months ago) by eric
Changes since 1.55: +121 -86 lines
Diff to previous 1.55 (colored)
rearranged predicate-dependent handling of query construction

Revision 1.55 / (download) - annotate - [select for diffs] , Mon Mar 3 16:31:26 2003 UTC (5 years, 4 months ago) by eric
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)
working on hetro DB

Revision 1.54 / (download) - annotate - [select for diffs] , Mon Mar 3 03:33:49 2003 UTC (5 years, 4 months ago) by eric
Changes since 1.53: +57 -79 lines
Diff to previous 1.53 (colored)
some comments on the upcoming code

Revision 1.53 / (download) - annotate - [select for diffs] , Tue Feb 25 15:38:36 2003 UTC (5 years, 4 months ago) by eric
Changes since 1.52: +38 -4 lines
Diff to previous 1.52 (colored)
moving hetero join implications to regular predicate handler

Revision 1.52 / (download) - annotate - [select for diffs] , Mon Feb 24 14:03:21 2003 UTC (5 years, 4 months ago) by eric
Changes since 1.51: +65 -36 lines
Diff to previous 1.51 (colored)
some code factoring and notes

Revision 1.51 / (download) - annotate - [select for diffs] , Mon Feb 17 21:38:45 2003 UTC (5 years, 4 months ago) by eric
Changes since 1.50: +53 -6 lines
Diff to previous 1.50 (colored)
first pass at heterogeneous db

Revision 1.50 / (download) - annotate - [select for diffs] , Mon Feb 3 16:15:02 2003 UTC (5 years, 5 months ago) by eric
Changes since 1.49: +8 -5 lines
Diff to previous 1.49 (colored)
fixed NULL bindings for SqlDB and renamed NULL

Revision 1.49 / (download) - annotate - [select for diffs] , Wed Sep 18 13:18:26 2002 UTC (5 years, 9 months ago) by eric
Changes since 1.48: +16 -7 lines
Diff to previous 1.48 (colored)
added aggregation of existential variables

Revision 1.48 / (download) - annotate - [select for diffs] , Tue Sep 10 11:53:28 2002 UTC (5 years, 9 months ago) by eric
Changes since 1.47: +47 -85 lines
Diff to previous 1.47 (colored)
isomorphism

Revision 1.47 / (download) - annotate - [select for diffs] , Sat Sep 7 12:12:28 2002 UTC (5 years, 9 months ago) by eric
Changes since 1.46: +1 -3 lines
Diff to previous 1.46 (colored)
extraneous variables

Revision 1.46 / (download) - annotate - [select for diffs] , Sat Sep 7 12:10:22 2002 UTC (5 years, 9 months ago) by eric
Changes since 1.45: +104 -58 lines
Diff to previous 1.45 (colored)
trying out objecty database descriptions

Revision 1.45 / (download) - annotate - [select for diffs] , Fri Sep 6 14:36:37 2002 UTC (5 years, 9 months ago) by eric
Changes since 1.44: +26 -47 lines
Diff to previous 1.44 (colored)
some notes

Revision 1.44 / (download) - annotate - [select for diffs] , Fri Sep 6 02:36:17 2002 UTC (5 years, 9 months ago) by eric
Changes since 1.43: +137 -31 lines
Diff to previous 1.43 (colored)
made LEFT OUTER JOINs work

Revision 1.43 / (download) - annotate - [select for diffs] , Wed Sep 4 14:24:35 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.42: +8 -8 lines
Diff to previous 1.42 (colored)
changed some var names

Revision 1.42 / (download) - annotate - [select for diffs] , Wed Sep 4 12:27:37 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.41: +31 -24 lines
Diff to previous 1.41 (colored)
re-orged for left outers

Revision 1.41 / (download) - annotate - [select for diffs] , Wed Aug 28 13:39:44 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)
fixed lucky return value and brought some mysteriously absent notes back from seldom-seldom land

Revision 1.40 / (download) - annotate - [select for diffs] , Tue Aug 27 13:01:25 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.39: +1 -2 lines
Diff to previous 1.39 (colored)
extraneous variable

Revision 1.39 / (download) - annotate - [select for diffs] , Tue Aug 27 12:27:45 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.38: +1 -2 lines
Diff to previous 1.38 (colored)
extraneous variable

Revision 1.38 / (download) - annotate - [select for diffs] , Mon Aug 26 23:18:20 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.37: +1 -9 lines
Diff to previous 1.37 (colored)
nuked vestigial variable

Revision 1.37 / (download) - annotate - [select for diffs] , Mon Aug 26 15:30:20 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.36: +82 -79 lines
Diff to previous 1.36 (colored)
implemented overconstraints tests

Revision 1.36 / (download) - annotate - [select for diffs] , Mon Aug 26 03:10:17 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.35: +107 -24 lines
Diff to previous 1.35 (colored)
ACL queries working

Revision 1.35 / (download) - annotate - [select for diffs] , Sun Aug 25 23:34:00 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.34: +30 -6 lines
Diff to previous 1.34 (colored)
composed constant key identifiers work

Revision 1.34 / (download) - annotate - [select for diffs] , Sun Aug 25 18:13:21 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.33: +83 -61 lines
Diff to previous 1.33 (colored)
reformatting and commenting

Revision 1.33 / (download) - annotate - [select for diffs] , Sat Aug 24 23:33:00 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.32: +12 -10 lines
Diff to previous 1.32 (colored)
removed negated statements from resulting statements

Revision 1.32 / (download) - annotate - [select for diffs] , Sat Aug 24 22:39:41 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.31: +97 -4 lines
Diff to previous 1.31 (colored)
constraint checking

Revision 1.31 / (download) - annotate - [select for diffs] , Sat Aug 24 18:11:22 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.30: +72 -64 lines
Diff to previous 1.30 (colored)
re-organized walkQuery call to give disjunctions more intimate control

Revision 1.30 / (download) - annotate - [select for diffs] , Sat Aug 24 16:52:01 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.29: +34 -22 lines
Diff to previous 1.29 (colored)
moved member variable initialization into constructor

Revision 1.29 / (download) - annotate - [select for diffs] , Sat Aug 24 16:30:43 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.28: +5 -3 lines
Diff to previous 1.28 (colored)
experimenting with disjuction labels

Revision 1.28 / (download) - annotate - [select for diffs] , Fri Aug 23 16:33:58 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)
eliminated spurious parens

Revision 1.27 / (download) - annotate - [select for diffs] , Fri Aug 23 02:37:28 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.26: +6 -6 lines
Diff to previous 1.26 (colored)
better with symmetry to SCALAR_BINDINGS and OBJECT_BINDINGS? perhaps if later subclassed.

Revision 1.26 / (download) - annotate - [select for diffs] , Fri Aug 23 02:28:28 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.25: +38 -15 lines
Diff to previous 1.25 (colored)
disjunction now works

Revision 1.25 / (download) - annotate - [select for diffs] , Thu Aug 22 14:27:07 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.24: +26 -16 lines
Diff to previous 1.24 (colored)
got NOT working

Revision 1.24 / (download) - annotate - [select for diffs] , Thu Aug 22 12:38:01 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.23: +49 -29 lines
Diff to previous 1.23 (colored)
moved wheres to a SqlDBAlgae member

Revision 1.23 / (download) - annotate - [select for diffs] , Thu Aug 22 12:10:53 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.22: +46 -39 lines
Diff to previous 1.22 (colored)
moved many stack variables to SqlDBAlgae members

Revision 1.22 / (download) - annotate - [select for diffs] , Thu Aug 22 11:41:13 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.21: +11 -7 lines
Diff to previous 1.21 (colored)
worked on whitespace and grouping for readability

Revision 1.21 / (download) - annotate - [select for diffs] , Thu Aug 22 05:33:05 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.20: +20 -12 lines
Diff to previous 1.20 (colored)
worky

Revision 1.20 / (download) - annotate - [select for diffs] , Wed Aug 21 21:06:00 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.19: +6 -4 lines
Diff to previous 1.19 (colored)
todo notes

Revision 1.19 / (download) - annotate - [select for diffs] , Wed Aug 21 20:54:37 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.18: +15 -9 lines
Diff to previous 1.18 (colored)
DB access a bit underconstrained

Revision 1.18 / (download) - annotate - [select for diffs] , Wed Aug 21 19:58:47 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.17: +32 -197 lines
Diff to previous 1.17 (colored)
fixed column number references and culled a bit

Revision 1.17 / (download) - annotate - [select for diffs] , Wed Aug 21 19:13:30 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.16: +190 -38 lines
Diff to previous 1.16 (colored)
new column binding algorithm

Revision 1.16 / (download) - annotate - [select for diffs] , Tue Aug 20 02:31:49 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)
found annoying print statement

Revision 1.15 / (download) - annotate - [select for diffs] , Sun Aug 18 17:38:06 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.14: +15 -19 lines
Diff to previous 1.14 (colored)
deprecated varInfos

Revision 1.14 / (download) - annotate - [select for diffs] , Tue Jul 16 13:37:10 2002 UTC (5 years, 11 months ago) by eric
Changes since 1.13: +151 -139 lines
Diff to previous 1.13 (colored)
restructured and commented for readability

Revision 1.13 / (download) - annotate - [select for diffs] , Sun Jul 14 00:52:33 2002 UTC (5 years, 11 months ago) by eric
Changes since 1.12: +70 -62 lines
Diff to previous 1.12 (colored)
switched to references

Revision 1.12 / (download) - annotate - [select for diffs] , Sat Jul 13 19:21:33 2002 UTC (5 years, 11 months ago) by eric
Changes since 1.11: +23 -30 lines
Diff to previous 1.11 (colored)
moved class variable WHERES to stack

Revision 1.11 / (download) - annotate - [select for diffs] , Sat Jul 13 18:48:45 2002 UTC (5 years, 11 months ago) by eric
Changes since 1.10: +11 -11 lines
Diff to previous 1.10 (colored)
spurious variable elimination

Revision 1.10 / (download) - annotate - [select for diffs] , Sun Jun 2 00:46:14 2002 UTC (6 years, 1 month ago) by eric
Changes since 1.9: +11 -9 lines
Diff to previous 1.9 (colored)
made interface rules work

Revision 1.9 / (download) - annotate - [select for diffs] , Mon May 27 17:09:21 2002 UTC (6 years, 1 month ago) by eric
Changes since 1.8: +19 -14 lines
Diff to previous 1.8 (colored)
starting algae 'interface' directive implementation

Revision 1.8 / (download) - annotate - [select for diffs] , Mon May 27 16:02:30 2002 UTC (6 years, 1 month ago) by eric
Changes since 1.7: +44 -26 lines
Diff to previous 1.7 (colored)
added some cute formatting

Revision 1.7 / (download) - annotate - [select for diffs] , Fri May 24 22:07:07 2002 UTC (6 years, 1 month ago) by eric
Changes since 1.6: +22 -27 lines
Diff to previous 1.6 (colored)
now does assertions

Revision 1.6 / (download) - annotate - [select for diffs] , Fri May 24 18:38:41 2002 UTC (6 years, 1 month ago) by eric
Changes since 1.5: +21 -10 lines
Diff to previous 1.5 (colored)
added supporting statements

Revision 1.5 / (download) - annotate - [select for diffs] , Fri May 24 14:38:09 2002 UTC (6 years, 1 month ago) by eric
Changes since 1.4: +310 -1 lines
Diff to previous 1.4 (colored)
processQueries worky

Revision 1.4 / (download) - annotate - [select for diffs] , Thu May 23 18:45:19 2002 UTC (6 years, 1 month ago) by eric
Changes since 1.3: +69 -242 lines
Diff to previous 1.3 (colored)
reformatting for inheritence

Revision 1.3 / (download) - annotate - [select for diffs] , Fri May 10 02:47:24 2002 UTC (6 years, 1 month ago) by eric
Changes since 1.2: +9 -1 lines
Diff to previous 1.2 (colored)
improve error reporting

Revision 1.2 / (download) - annotate - [select for diffs] , Fri Jun 8 16:37:47 2001 UTC (7 years ago) by eric
CVS Tags: threads, release2, annoteam-2002-02-05, amaya5_3release, V1_1, V1_0
Changes since 1.1: +416 -88 lines
Diff to previous 1.1 (colored)
comments describing incremental group compilation

Revision 1.1 / (download) - annotate - [select for diffs] , Thu May 10 11:08:10 2001 UTC (7 years, 1 month ago) by eric
Diff
new RdfDB interface to SQL tabels

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

View only Branch:
Sort log by:

Webmaster