W3C CVS

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

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

Request diff between arbitrary revisions


Default branch: 1

Revision 1.117 / (download) - annotate - [select for diffs] , Tue Mar 4 00:24:57 2008 UTC (4 months ago) by eric
CVS Tags: HEAD
Changes since 1.116: +3 -3 lines
Diff to previous 1.116 (colored)
~ include any proofs we have for an ASK

Revision 1.116 / (download) - annotate - [select for diffs] , Tue Nov 13 01:26:25 2007 UTC (7 months, 3 weeks ago) by eric
Changes since 1.115: +166 -4 lines
Diff to previous 1.115 (colored)
+ _TestResult
+ W3C::Rdf::ResultSet::makeSkeleton
+ W3C::Rdf::ResultSet::join

Revision 1.115 / (download) - annotate - [select for diffs] , Mon Oct 15 20:33:55 2007 UTC (8 months, 2 weeks ago) by eric
Changes since 1.114: +47 -41 lines
Diff to previous 1.114 (colored)
~ toString shows specifically boolean results

Revision 1.114 / (download) - annotate - [select for diffs] , Fri Aug 10 18:19:14 2007 UTC (10 months, 3 weeks ago) by eric
Changes since 1.113: +20 -3 lines
Diff to previous 1.113 (colored)
+ getTruthValue
+ SingletonValue stuff

Revision 1.113 / (download) - annotate - [select for diffs] , Sun Jul 15 15:11:00 2007 UTC (11 months, 3 weeks ago) by eric
Changes since 1.112: +4 -4 lines
Diff to previous 1.112 (colored)
+ testTrue can be turned off

Revision 1.112 / (download) - annotate - [select for diffs] , Sun Jun 24 20:05:25 2007 UTC (12 months, 1 week ago) by eric
Changes since 1.111: +152 -8 lines
Diff to previous 1.111 (colored)
+ Result::test
+ nextElement checks hasMoreElements
+ alg:federated
+ indicate empty rows on toString

Revision 1.111 / (download) - annotate - [select for diffs] , Sun Mar 11 02:09:30 2007 UTC (15 months, 3 weeks ago) by eric
Changes since 1.110: +114 -88 lines
Diff to previous 1.110 (colored)
- don't bother computing unused debug messages
+ split out orderTerm
~ rearranged ordering order to reflect SPARQL spec

Revision 1.110 / (download) - annotate - [select for diffs] , Thu Feb 22 00:57:23 2007 UTC (16 months, 1 week ago) by eric
Changes since 1.109: +25 -15 lines
Diff to previous 1.109 (colored)
+ differentiate ordered and sorted flags
+ full ordering
+ re-trim-able Sorted list

Revision 1.109 / (download) - annotate - [select for diffs] , Sat Feb 17 23:32:19 2007 UTC (16 months, 2 weeks ago) by eric
Changes since 1.108: +12 -7 lines
Diff to previous 1.108 (colored)
+ note eliminated  rows
+ identify which ResultSet is out of bounds

Revision 1.108 / (download) - annotate - [select for diffs] , Sun Feb 11 23:17:50 2007 UTC (16 months, 3 weeks ago) by eric
Changes since 1.107: +107 -66 lines
Diff to previous 1.107 (colored)
+ ::ResultSet tracks its ::Rows
~ changed CAPS vars names to camelCase

Revision 1.107 / (download) - annotate - [select for diffs] , Mon Feb 5 21:38:04 2007 UTC (16 months, 4 weeks ago) by eric
Changes since 1.106: +7 -5 lines
Diff to previous 1.106 (colored)
- removeIterator messages

Revision 1.106 / (download) - annotate - [select for diffs] , Fri Feb 2 15:45:44 2007 UTC (17 months ago) by eric
Changes since 1.105: +89 -53 lines
Diff to previous 1.105 (colored)
+ can keep more than one Iterator on a ResultSet

Revision 1.105 / (download) - annotate - [select for diffs] , Thu Feb 1 15:51:05 2007 UTC (17 months ago) by eric
Changes since 1.104: +22 -5 lines
Diff to previous 1.104 (colored)
~ maintain synchronicity between W3C::Rdf::ResultSet->{Results}, {Caveats}, {STATEMENTS}
+ toString(-htmlClassMap => {...})
+ access to proofDB

Revision 1.104 / (download) - annotate - [select for diffs] , Sat Jan 27 19:15:04 2007 UTC (17 months, 1 week ago) by eric
Changes since 1.103: +3 -3 lines
Diff to previous 1.103 (colored)
- forgot a print

Revision 1.103 / (download) - annotate - [select for diffs] , Sat Jan 27 17:55:11 2007 UTC (17 months, 1 week ago) by eric
Changes since 1.102: +35 -5 lines
Diff to previous 1.102 (colored)
~ clearResults makes valid STATEMENTS
+ eliminateRedundantBNodes
- move rowDemarks into TableRenderer

Revision 1.102 / (download) - annotate - [select for diffs] , Sun Nov 19 07:46:56 2006 UTC (19 months, 2 weeks ago) by eric
Changes since 1.101: +4 -22 lines
Diff to previous 1.101 (colored)
~ moved FakeParser to AlgaeCompileTree

Revision 1.101 / (download) - annotate - [select for diffs] , Sat Nov 4 21:43:19 2006 UTC (20 months ago) by eric
Changes since 1.100: +6 -3 lines
Diff to previous 1.100 (colored)
+ API to note distinct results

Revision 1.100 / (download) - annotate - [select for diffs] , Sat Nov 4 12:24:07 2006 UTC (20 months ago) by eric
Changes since 1.99: +38 -28 lines
Diff to previous 1.99 (colored)
+ pass returns through logger
+ sort typed literals by their type, if distinct
+ sort plain literals by their language, if distinct
+ sort bNodes by their id, if distinct

Revision 1.99 / (download) - annotate - [select for diffs] , Fri Nov 3 14:33:34 2006 UTC (20 months ago) by eric
Changes since 1.98: +5 -4 lines
Diff to previous 1.98 (colored)
+ lexical sort on lexical form, language

Revision 1.98 / (download) - annotate - [select for diffs] , Tue Oct 24 13:55:45 2006 UTC (20 months, 1 week ago) by eric
Changes since 1.97: +9 -9 lines
Diff to previous 1.97 (colored)
- moved type comparison code from Atoms to Algae2

Revision 1.97 / (download) - annotate - [select for diffs] , Sun Oct 1 18:26:51 2006 UTC (21 months ago) by eric
Changes since 1.96: +4 -4 lines
Diff to previous 1.96 (colored)
+ compare -verbose => 1

Revision 1.96 / (download) - annotate - [select for diffs] , Sun Aug 13 16:22:17 2006 UTC (22 months, 3 weeks ago) by eric
Changes since 1.95: +10 -10 lines
Diff to previous 1.95 (colored)
~ use correct bnode mapping when reporting mismatches

Revision 1.95 / (download) - annotate - [select for diffs] , Sun Aug 13 13:10:22 2006 UTC (22 months, 3 weeks ago) by eric
Changes since 1.94: +59 -32 lines
Diff to previous 1.94 (colored)
+ trim: only distinctify when asked to
+ add counting semantics (index multiple identical rows)
~ use same bNode mapping for each row in a ResultSet
+ let atomDictionary render the entries

Revision 1.94 / (download) - annotate - [select for diffs] , Tue Jan 17 23:45:55 2006 UTC (2 years, 5 months ago) by eric
Changes since 1.93: +11 -6 lines
Diff to previous 1.93 (colored)
have a boolean result state

Revision 1.93 / (download) - annotate - [select for diffs] , Tue Aug 9 12:28:03 2005 UTC (2 years, 10 months ago) by eric
Changes since 1.92: +141 -17 lines
Diff to previous 1.92 (colored)
added caveats

Revision 1.92 / (download) - annotate - [select for diffs] , Sat Jul 30 20:37:10 2005 UTC (2 years, 11 months ago) by eric
Changes since 1.91: +12 -10 lines
Diff to previous 1.91 (colored)
move towards evaluating all SELECTS

Revision 1.91 / (download) - annotate - [select for diffs] , Mon May 16 23:22:10 2005 UTC (3 years, 1 month ago) by eric
Changes since 1.90: +13 -2 lines
Diff to previous 1.90 (colored)
added render prefs to result sets

Revision 1.90 / (download) - annotate - [select for diffs] , Sat May 14 22:17:16 2005 UTC (3 years, 1 month ago) by eric
Changes since 1.89: +13 -2 lines
Diff to previous 1.89 (colored)
added message support

Revision 1.89 / (download) - annotate - [select for diffs] , Thu May 5 04:43:52 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.88: +24 -17 lines
Diff to previous 1.88 (colored)
add a line number to error report for ease of debugging

Revision 1.88 / (download) - annotate - [select for diffs] , Wed May 4 06:40:48 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.87: +2 -6 lines
Diff to previous 1.87 (colored)
got rid of obsolete uses

Revision 1.87 / (download) - annotate - [select for diffs] , Tue May 3 10:20:00 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.86: +14 -4 lines
Diff to previous 1.86 (colored)
dealing with undefined entries

Revision 1.86 / (download) - annotate - [select for diffs] , Tue May 3 07:31:14 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.85: +3 -3 lines
Diff to previous 1.85 (colored)
use indexString generator universally (to avoid consistency probs)

Revision 1.85 / (download) - annotate - [select for diffs] , Mon May 2 13:07:05 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.84: +25 -5 lines
Diff to previous 1.84 (colored)
bnodes are distinct only within a single solution

Revision 1.84 / (download) - annotate - [select for diffs] , Mon May 2 12:32:24 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.83: +4 -3 lines
Diff to previous 1.83 (colored)
algae needs to know if ResultSets are sorted

Revision 1.83 / (download) - annotate - [select for diffs] , Mon May 2 11:45:22 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.82: +78 -6 lines
Diff to previous 1.82 (colored)
+ better support for sorting
+ added comparisons

Revision 1.82 / (download) - annotate - [select for diffs] , Sat Apr 30 08:16:59 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.81: +7 -5 lines
Diff to previous 1.81 (colored)
+ serialize NULLs
+ document (well, mention) unique-filter

Revision 1.81 / (download) - annotate - [select for diffs] , Thu Apr 28 16:45:28 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.80: +37 -17 lines
Diff to previous 1.80 (colored)
implemented sorting in ResultSet

Revision 1.80 / (download) - annotate - [select for diffs] , Tue Apr 26 18:22:19 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.79: +2 -6 lines
Diff to previous 1.79 (colored)
got rid of StatementHandles handle list

Revision 1.79 / (download) - annotate - [select for diffs] , Tue Apr 26 18:21:04 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.78: +40 -26 lines
Diff to previous 1.78 (colored)
seems to work; checked by sorting triples ASC or DSC

Revision 1.78 / (download) - annotate - [select for diffs] , Tue Apr 26 10:35:06 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.77: +113 -49 lines
Diff to previous 1.77 (colored)
hopefully fixed inconsistent statment stream

Revision 1.77 / (download) - annotate - [select for diffs] , Sun Apr 24 19:23:26 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.76: +6 -5 lines
Diff to previous 1.76 (colored)
refactor and work around mysterious array creation bug -- ick

Revision 1.76 / (download) - annotate - [select for diffs] , Sun Apr 24 13:40:56 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.75: +3 -2 lines
Diff to previous 1.75 (colored)
remove handle from list of handles

Revision 1.75 / (download) - annotate - [select for diffs] , Sat Apr 23 11:40:09 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.74: +24 -11 lines
Diff to previous 1.74 (colored)
got statement stream handles working

Revision 1.74 / (download) - annotate - [select for diffs] , Sat Apr 16 23:49:06 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.73: +27 -4 lines
Diff to previous 1.73 (colored)
added ProofStream (Buffer, really) support

Revision 1.73 / (download) - annotate - [select for diffs] , Sat Apr 2 19:22:35 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.72: +31 -2 lines
Diff to previous 1.72 (colored)
got limit and offset working

Revision 1.72 / (download) - annotate - [select for diffs] , Mon Oct 25 20:37:44 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.71: +4 -10 lines
Diff to previous 1.71 (colored)
got rid of ResultSet's USED state

Revision 1.71 / (download) - annotate - [select for diffs] , Mon Jul 12 17:20:27 2004 UTC (3 years, 11 months ago) by eric
Changes since 1.70: +3 -4 lines
Diff to previous 1.70 (colored)
thinko -- had presumed new bindings would be to right in result set

Revision 1.70 / (download) - annotate - [select for diffs] , Wed Jun 16 05:12:43 2004 UTC (4 years ago) by eric
Changes since 1.69: +5 -3 lines
Diff to previous 1.69 (colored)
little space

Revision 1.69 / (download) - annotate - [select for diffs] , Wed Jun 16 05:11:17 2004 UTC (4 years ago) by eric
Changes since 1.68: +7 -4 lines
Diff to previous 1.68 (colored)
eliminate complexity and check boundries

Revision 1.68 / (download) - annotate - [select for diffs] , Wed Jun 16 04:43:47 2004 UTC (4 years ago) by eric
Changes since 1.67: +9 -3 lines
Diff to previous 1.67 (colored)
unduplicate -- remove duplicated rows that weren't needed

Revision 1.67 / (download) - annotate - [select for diffs] , Sat Jun 12 12:51:23 2004 UTC (4 years ago) by eric
Changes since 1.66: +36 -3 lines
Diff to previous 1.66 (colored)
support for new disjunctions

Revision 1.66 / (download) - annotate - [select for diffs] , Fri Jun 11 02:59:46 2004 UTC (4 years ago) by eric
Changes since 1.65: +12 -8 lines
Diff to previous 1.65 (colored)
nested optionals

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

Revision 1.64 / (download) - annotate - [select for diffs] , Mon Jun 7 08:16:54 2004 UTC (4 years ago) by eric
Changes since 1.63: +65 -13 lines
Diff to previous 1.63 (colored)
worked on POD docs

Revision 1.63 / (download) - annotate - [select for diffs] , Mon Jun 7 03:17:34 2004 UTC (4 years ago) by eric
Changes since 1.62: +59 -1 lines
Diff to previous 1.62 (colored)
POD and MANIFEST work

Revision 1.62 / (download) - annotate - [select for diffs] , Wed Jun 2 01:09:54 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.61: +6 -1 lines
Diff to previous 1.61 (colored)
added RDQL support

Revision 1.61 / (download) - annotate - [select for diffs] , Sun Mar 28 13:09:22 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.60: +2 -1 lines
Diff to previous 1.60 (colored)
forgot to keep results and proofs in sync

Revision 1.60 / (download) - annotate - [select for diffs] , Sun Mar 28 03:29:32 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.59: +9 -1 lines
Diff to previous 1.59 (colored)
rows can get bindings as well as proofs

Revision 1.59 / (download) - annotate - [select for diffs] , Fri Mar 26 13:44:24 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.58: +8 -3 lines
Diff to previous 1.58 (colored)
show proofs in toString

Revision 1.58 / (download) - annotate - [select for diffs] , Tue Mar 16 16:40:28 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.57: +7 -1 lines
Diff to previous 1.57 (colored)
improve constructor error tracking

Revision 1.57 / (download) - annotate - [select for diffs] , Thu Mar 11 06:33:19 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.56: +7 -4 lines
Diff to previous 1.56 (colored)
reverted to old notion of a new result set being one row with no bound columns

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

Revision 1.55 / (download) - annotate - [select for diffs] , Fri Feb 27 04:48:26 2004 UTC (4 years, 4 months ago) by eric
Changes since 1.54: +5 -1 lines
Diff to previous 1.54 (colored)
playing with trust/proof model

Revision 1.54 / (download) - annotate - [select for diffs] , Wed Dec 10 11:02:23 2003 UTC (4 years, 6 months ago) by eric
Changes since 1.53: +1 -2 lines
Diff to previous 1.53 (colored)
got rid of QueryPattern

Revision 1.53 / (download) - annotate - [select for diffs] , Wed Dec 10 10:59:18 2003 UTC (4 years, 6 months ago) by eric
Changes since 1.52: +10 -10 lines
Diff to previous 1.52 (colored)
fixed toString calling conventions

Revision 1.52 / (download) - annotate - [select for diffs] , Tue Dec 9 10:31:55 2003 UTC (4 years, 6 months ago) by eric
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)
s/W3C::Util::InitializedObject/W3C::Util::NamedParmObject/g

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

Revision 1.50 / (download) - annotate - [select for diffs] , Sun Dec 7 01:53:51 2003 UTC (4 years, 6 months ago) by eric
Changes since 1.49: +16 -2 lines
Diff to previous 1.49 (colored)
fixed typed literals

Revision 1.49 / (download) - annotate - [select for diffs] , Fri Dec 5 11:36:46 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.48: +1 -212 lines
Diff to previous 1.48 (colored)
hosting seems to work

Revision 1.48 / (download) - annotate - [select for diffs] , Sun Nov 30 10:10:32 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored)
need to fix up statements as well as results

Revision 1.47 / (download) - annotate - [select for diffs] , Wed Nov 26 12:10:16 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.46: +7 -7 lines
Diff to previous 1.46 (colored)
re-worked ContextExceptions

Revision 1.46 / (download) - annotate - [select for diffs] , Tue Nov 25 06:00:28 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.45: +5 -5 lines
Diff to previous 1.45 (colored)
mark some functions vestigial in the Algae2 API

Revision 1.45 / (download) - annotate - [select for diffs] , Sun Nov 2 08:52:00 2003 UTC (4 years, 8 months ago) by eric
Changes since 1.44: +35 -20 lines
Diff to previous 1.44 (colored)
fixup, markUsed and abandon REPORT_OFFSET

Revision 1.44 / (download) - annotate - [select for diffs] , Mon Jul 28 18:26:57 2003 UTC (4 years, 11 months ago) by eric
Changes since 1.43: +12 -1 lines
Diff to previous 1.43 (colored)
good handle on atom results of logic tests

Revision 1.43 / (download) - annotate - [select for diffs] , Fri Jul 25 13:46:56 2003 UTC (4 years, 11 months ago) by eric
Changes since 1.42: +15 -4 lines
Diff to previous 1.42 (colored)
or sort of working, not sure yet what it means

Revision 1.42 / (download) - annotate - [select for diffs] , Thu Jul 24 23:25:05 2003 UTC (4 years, 11 months ago) by eric
Changes since 1.41: +77 -11 lines
Diff to previous 1.41 (colored)
Algae2 works except for disjunction and probably outer

Revision 1.41 / (download) - annotate - [select for diffs] , Thu Jul 10 18:48:01 2003 UTC (4 years, 11 months ago) by eric
Changes since 1.40: +24 -8 lines
Diff to previous 1.40 (colored)
abstracted SELECTs manipulation

Revision 1.40 / (download) - annotate - [select for diffs] , Sat Jul 5 13:57:23 2003 UTC (5 years ago) by eric
Changes since 1.39: +27 -10 lines
Diff to previous 1.39 (colored)
using ResultSet accessor API

Revision 1.39 / (download) - annotate - [select for diffs] , Sat Jul 5 12:57:05 2003 UTC (5 years ago) by eric
Changes since 1.38: +36 -34 lines
Diff to previous 1.38 (colored)
introduced multiple selects that stairstep

Revision 1.38 / (download) - annotate - [select for diffs] , Sun May 4 06:00:29 2003 UTC (5 years, 2 months ago) by eric
CVS Tags: V1_2
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)
irrelevent commented out code

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

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

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

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

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

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

Revision 1.31 / (download) - annotate - [select for diffs] , Sat Aug 24 22:39:31 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.30: +1 -6 lines
Diff to previous 1.30 (colored)
move policing down the line -- enables use of (|| !(foo))

Revision 1.30 / (download) - annotate - [select for diffs] , Fri Aug 23 16:21:38 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.29: +23 -16 lines
Diff to previous 1.29 (colored)
added insulator for NOT patterns

Revision 1.29 / (download) - annotate - [select for diffs] , Fri Aug 23 12:55:30 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.28: +8 -2 lines
Diff to previous 1.28 (colored)
OR NOT test

Revision 1.28 / (download) - annotate - [select for diffs] , Thu Aug 22 16:48:00 2002 UTC (5 years, 10 months ago) by eric
Changes since 1.27: +7 -5 lines
Diff to previous 1.27 (colored)
sanity checks on element displays

Revision 1.27 / (download) - annotate - [select for diffs] , Mon Jul 15 21:12:44 2002 UTC (5 years, 11 months ago) by eric
Changes since 1.26: +9 -2 lines
Diff to previous 1.26 (colored)
serialized things with a toString or a show method

Revision 1.26 / (download) - annotate - [select for diffs] , Wed Jul 10 16:02:55 2002 UTC (5 years, 11 months ago) by eric
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)
follow API change to TableRenderer

Revision 1.25 / (download) - annotate - [select for diffs] , Sun Jun 2 00:34:58 2002 UTC (6 years, 1 month ago) by eric
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)
reworked debug strings and called methods toString

Revision 1.24 / (download) - annotate - [select for diffs] , Mon Apr 29 16:05:36 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.23: +6 -2 lines
Diff to previous 1.23 (colored)
incorporate constants

Revision 1.23 / (download) - annotate - [select for diffs] , Sun Apr 28 22:29:04 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.22: +20 -11 lines
Diff to previous 1.22 (colored)
implemented NOT and OR

Revision 1.22 / (download) - annotate - [select for diffs] , Sat Apr 27 19:01:12 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)
differentiated statements from statement sets

Revision 1.21 / (download) - annotate - [select for diffs] , Fri Apr 26 14:18:17 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.20: +18 -23 lines
Diff to previous 1.20 (colored)
parses and builds correct query objects for NOT and OR

Revision 1.20 / (download) - annotate - [select for diffs] , Fri Apr 26 00:43:52 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.19: +8 -9 lines
Diff to previous 1.19 (colored)
switched to QuerySet objects

Revision 1.19 / (download) - annotate - [select for diffs] , Tue Apr 23 09:51:59 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.18: +67 -201 lines
Diff to previous 1.18 (colored)
moved QuerySets out of ResultSet

Revision 1.18 / (download) - annotate - [select for diffs] , Mon Apr 22 15:42:06 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.17: +10 -79 lines
Diff to previous 1.17 (colored)
moving toward real query objects (for eventual NOT and OR support)

Revision 1.17 / (download) - annotate - [select for diffs] , Wed Apr 17 13:44:02 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.16: +79 -16 lines
Diff to previous 1.16 (colored)
integrated makeQueryPiece

Revision 1.16 / (download) - annotate - [select for diffs] , Tue Apr 16 15:05:51 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.15: +68 -10 lines
Diff to previous 1.15 (colored)
re-arranging for NOT and OR

Revision 1.15 / (download) - annotate - [select for diffs] , Mon Apr 15 06:50:03 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.14: +7 -9 lines
Diff to previous 1.14 (colored)
added rule compiler and moved hard-coded bookmarks rules out

Revision 1.14 / (download) - annotate - [select for diffs] , Fri Apr 12 20:58:30 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)
pushed TableRenderer dataFilter to ResultSet

Revision 1.13 / (download) - annotate - [select for diffs] , Fri Apr 12 08:54:32 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)
getting closer on the foward chaining rule engine

Revision 1.12 / (download) - annotate - [select for diffs] , Fri Apr 12 00:03:15 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.11: +11 -2 lines
Diff to previous 1.11 (colored)
added good toString

Revision 1.11 / (download) - annotate - [select for diffs] , Wed Jan 16 17:25:49 2002 UTC (6 years, 5 months ago) by eric
CVS Tags: V1_1
Changes since 1.10: +24 -15 lines
Diff to previous 1.10 (colored)
added row reduction warning/improv

Revision 1.10 / (download) - annotate - [select for diffs] , Mon Jan 29 20:58:54 2001 UTC (7 years, 5 months ago) by eric
CVS Tags: threads, release2, annoteam-2002-02-05, amaya5_3release, V1_0
Changes since 1.9: +17 -1 lines
Diff to previous 1.9 (colored)
newly initialized result set gave erroneous null answers

Revision 1.9 / (download) - annotate - [select for diffs] , Wed Sep 13 04:32:41 2000 UTC (7 years, 9 months ago) by eric
CVS Tags: parallelAtoms
Changes since 1.8: +5 -3 lines
Diff to previous 1.8 (colored)
moved wildcard support back to supporting DB

Revision 1.8 / (download) - annotate - [select for diffs] , Thu Sep 7 12:14:29 2000 UTC (7 years, 9 months ago) by eric
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)
police symbol names a little better

Revision 1.7 / (download) - annotate - [select for diffs] , Mon Aug 28 17:47:58 2000 UTC (7 years, 10 months ago) by eric
Changes since 1.6: +1 -5 lines
Diff to previous 1.6 (colored)
removed some commented code

Revision 1.6 / (download) - annotate - [select for diffs] , Wed Aug 16 01:15:04 2000 UTC (7 years, 10 months ago) by eric
Changes since 1.5: +6 -42 lines
Diff to previous 1.5 (colored)
separated out the SExpr library for other purposes

Revision 1.5 / (download) - annotate - [select for diffs] , Wed Aug 9 18:41:04 2000 UTC (7 years, 10 months ago) by eric
Changes since 1.4: +12 -12 lines
Diff to previous 1.4 (colored)
moved atom generation out of RdfDB

Revision 1.4 / (download) - annotate - [select for diffs] , Mon Aug 7 21:48:43 2000 UTC (7 years, 10 months ago) by eric
Changes since 1.3: +40 -22 lines
Diff to previous 1.3 (colored)
made ObjectDB work with chained asks and fixed URI wildcarding in ask

Revision 1.3 / (download) - annotate - [select for diffs] , Thu Aug 3 17:34:46 2000 UTC (7 years, 11 months ago) by eric
Changes since 1.2: +54 -35 lines
Diff to previous 1.2 (colored)
added algae ability to handle multiple DBs

Revision 1.2 / (download) - annotate - [select for diffs] , Tue Jul 11 19:28:32 2000 UTC (7 years, 11 months ago) by eric
Changes since 1.1: +25 -12 lines
Diff to previous 1.1 (colored)
added namespace support to algae

Revision 1.1 / (download) - annotate - [select for diffs] , Thu Jun 22 18:01:02 2000 UTC (8 years ago) by eric
Diff
sequester some of the algae query data

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