Sat, 24 Sep 2011 11:01:12 -0400 |
Alexandre Bertails |
~ generate directmapping.jar
default tip
|
changeset
|
Tue, 30 Aug 2011 01:43:17 -0400 |
Alexandre Bertails |
~ fix content-type for index
|
changeset
|
Tue, 30 Aug 2011 01:05:16 -0400 |
Alexandre Bertails |
~ big update from lift to Unfiltered FTW
|
changeset
|
Mon, 29 Aug 2011 21:19:50 -0400 |
Alexandre Bertails |
+ ./sbt script
|
changeset
|
Sun, 17 Jul 2011 16:47:30 -0400 |
Alexandre Bertails |
~ first stage of migration to SBT 0.10.1
|
changeset
|
Thu, 26 May 2011 02:12:50 +0200 |
Alexandre Bertails |
~ use explicit separators --- to split CONSTRUCTs
|
changeset
|
Thu, 05 May 2011 19:57:36 -0400 |
Alexandre Bertails |
~ fix emp_addr2FOAF.construct
|
changeset
|
Thu, 05 May 2011 19:43:02 -0400 |
Alexandre Bertails |
+ SPARQL CONSTRUCTs allowed in the webapp
|
changeset
|
Thu, 05 May 2011 19:08:53 -0400 |
Alexandre Bertails |
~ can parse a list of CONSTRUCTs and apply it to an RDF graph
|
changeset
|
Thu, 05 May 2011 19:08:10 -0400 |
Alexandre Bertails |
~ ++ does not touch the given graphs for JenaModel
|
changeset
|
Thu, 05 May 2011 16:59:13 -0400 |
Alexandre Bertails |
~ ready to be deployed
|
changeset
|
Wed, 04 May 2011 15:35:48 -0400 |
Alexandre Bertails |
+ ddl query parameter
|
changeset
|
Tue, 03 May 2011 13:43:48 -0400 |
Alexandre Bertails |
~ the webapp features the full chain: DM + CONSTRUCT
|
changeset
|
Tue, 03 May 2011 10:23:36 -0400 |
Alexandre Bertails |
~ better web app
|
changeset
|
Sun, 01 May 2011 19:37:10 -0400 |
Alexandre Bertails |
~ lift+jQuery first prototype
|
changeset
|
Tue, 22 Mar 2011 11:06:48 -0400 |
Eric Prud'hommeaux |
~ don't use "default" as a javascript variable name bis
|
changeset
|
Tue, 22 Mar 2011 11:03:36 -0400 |
Eric Prud'hommeaux |
~ don't use varname "default" in javascript
|
changeset
|
Fri, 18 Mar 2011 18:37:43 -0400 |
Alexandre Bertails |
+ RDB2RDF2RDF using SPARQL Construct rewritting
|
changeset
|
Tue, 15 Mar 2011 11:58:27 -0400 |
Alexandre Bertails |
~ exchange with Eric
|
changeset
|
Tue, 15 Mar 2011 11:03:58 -0400 |
Alexandre Bertails |
+ RDF2RDF as unix pipes
|
changeset
|
Mon, 14 Mar 2011 18:33:33 -0400 |
Alexandre Bertails |
+ Construct object
|
changeset
|
Sun, 13 Mar 2011 18:13:21 -0400 |
Alexandre Bertails |
+ default query
|
changeset
|
Sun, 13 Mar 2011 18:06:23 -0400 |
Alexandre Bertails |
~ externalize all queries in separated files
|
changeset
|
Sun, 13 Mar 2011 16:47:10 -0400 |
Alexandre Bertails |
~ merge no-hierarchy back into default
|
changeset
|
Sat, 12 Mar 2011 11:36:46 -0500 |
Alexandre Bertails |
~ replace the uuid trick for identifying tuples by a row id counter, so it's predictable
no-hierarchy
|
changeset
|
Sat, 12 Mar 2011 11:35:43 -0500 |
Alexandre Bertails |
~ ignore project/plugins/project/build.properties
no-hierarchy
|
changeset
|
Mon, 21 Feb 2011 14:11:37 -0500 |
Eric Prud'hommeaux |
~ escape '=', not '.'
|
changeset
|
Mon, 21 Feb 2011 14:00:06 -0500 |
Eric Prud'hommeaux |
~ ID=7 instead of ID.7
|
changeset
|
Thu, 17 Feb 2011 16:00:50 -0500 |
Eric Prud'hommeaux |
~ make urlEncode button sticky
|
changeset
|
Wed, 16 Feb 2011 20:15:27 -0500 |
Eric Prud'hommeaux |
~ minimally escape IRI components
|
changeset
|
Wed, 16 Feb 2011 17:56:29 -0500 |
Eric Prud'hommeaux |
+ switch for Urldecod
|
changeset
|
Wed, 16 Feb 2011 13:21:52 -0500 |
Eric Prud'hommeaux |
~ change quotes needed for non-ascii table/column names
|
changeset
|
Wed, 16 Feb 2011 10:04:13 -0500 |
Eric Prud'hommeaux |
+ I18N'd single-quoted names
|
changeset
|
Mon, 14 Feb 2011 20:59:36 -0500 |
Alexandre Bertails |
~ function depending on tuplemap are higher-order functions
no-hierarchy
|
changeset
|
Mon, 14 Feb 2011 18:36:35 -0500 |
Alexandre Bertails |
~ huge refactoring where tuples are compared by reference
no-hierarchy
|
changeset
|
Mon, 14 Feb 2011 18:35:46 -0500 |
Alexandre Bertails |
~ make the directmapping test to use the jena model so that we have the isomorphic based equality
no-hierarchy
|
changeset
|
Mon, 14 Feb 2011 18:34:47 -0500 |
Alexandre Bertails |
+ union operation on graphs
no-hierarchy
|
changeset
|
Mon, 14 Feb 2011 14:38:46 -0500 |
Alexandre Bertails |
~ renaming + function to dereference a fk
no-hierarchy
|
changeset
|
Mon, 14 Feb 2011 14:13:53 -0500 |
Alexandre Bertails |
~ references and scalars don't need to be passed the relation
no-hierarchy
|
changeset
|
Sun, 13 Feb 2011 23:02:26 -0500 |
Alexandre Bertails |
~ a tuple knows the relation it belongs to
no-hierarchy
|
changeset
|
Sun, 13 Feb 2011 18:09:52 -0500 |
Alexandre Bertails |
~ simplifications (db not needed most of the time)
no-hierarchy
|
changeset
|
Sun, 13 Feb 2011 01:06:00 -0500 |
Alexandre Bertails |
~ remove the PartialFunction flavour for Database: it's only a set of relations\!
no-hierarchy
|
changeset
|
Sun, 13 Feb 2011 00:55:48 -0500 |
Alexandre Bertails |
~ getting rid of the last use of RelName
no-hierarchy
|
changeset
|
Sun, 13 Feb 2011 00:29:29 -0500 |
Alexandre Bertails |
~ more documentation
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 23:57:45 -0500 |
Alexandre Bertails |
~ referenceSemantics and lexicalValueSemantics no longer produce a Triple but only (Predicate, Object)
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 22:48:05 -0500 |
Alexandre Bertails |
~ temp commit after a lot of refactoring + documentation
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 18:33:02 -0500 |
Alexandre Bertails |
~ the BNode initializer is reset in databaseSemantics
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 17:56:59 -0500 |
Alexandre Bertails |
~ moved RDB specific functions out of the Direct Mapping
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 17:33:48 -0500 |
Alexandre Bertails |
~ renames main functions + simplifies lexicalValueSemantics
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 16:41:13 -0500 |
Alexandre Bertails |
~ reformating pass
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 16:10:50 -0500 |
Alexandre Bertails |
- StemIRI
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 16:01:37 -0500 |
Alexandre Bertails |
~ NodeMap is a real partial function
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 15:34:32 -0500 |
Alexandre Bertails |
~ NodeMap is a real partial function
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 13:19:54 -0500 |
Eric Prud'hommeaux |
~ new ForeignKey model
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 11:41:00 -0500 |
Eric Prud'hommeaux |
- hierarchy stuff
no-hierarchy
|
changeset
|
Sat, 12 Feb 2011 11:11:50 -0500 |
Eric Prud'hommeaux |
~ arranged SQL INTEGER/INT tokens in descending order of length, + validJSvar to create valid Javascript var names
|
changeset
|
Sat, 12 Feb 2011 10:37:46 -0500 |
Eric Prud'hommeaux |
~ futilely dinking with ignore files
|
changeset
|
Sat, 12 Feb 2011 10:35:18 -0500 |
Eric Prud'hommeaux |
+ ignore emacs desktop stuff
|
changeset
|
Sat, 12 Feb 2011 10:33:58 -0500 |
Eric Prud'hommeaux |
+ start on turtle serializer
|
changeset
|
Sat, 12 Feb 2011 10:33:24 -0500 |
Eric Prud'hommeaux |
~ s/POST/GET/
|
changeset
|
Sat, 12 Feb 2011 10:40:43 -0500 |
Alexandre Bertails |
close badbranch, this approach never worked
bnode-generator-for-no-primary-key
|
changeset
|
Thu, 10 Feb 2011 01:30:39 +0100 |
Boris Villazon-Terrazas |
included new buttons
|
changeset
|
Thu, 03 Feb 2011 10:10:12 -0500 |
Alexandre Bertails |
~ some refactoring on the template
|
changeset
|
Wed, 02 Feb 2011 22:09:06 -0500 |
Eric Prud'hommeaux |
~ mellowed the markup a bit
|
changeset
|
Wed, 02 Feb 2011 21:58:42 -0500 |
Eric Prud'hommeaux |
+ test cases
|
changeset
|
Wed, 02 Feb 2011 19:08:01 -0500 |
Alexandre Bertails |
~ valid xhtml
|
changeset
|
Wed, 02 Feb 2011 18:55:59 -0500 |
Alexandre Bertails |
+ hierarchy detection checkbox
|
changeset
|
Wed, 02 Feb 2011 16:18:13 -0500 |
Alexandre Bertails |
+ Direct Mapping web application for easy testing
|
changeset
|
Wed, 02 Feb 2011 10:47:33 -0500 |
Eric Prud'hommeaux |
+ non-hierarchy-handling test
|
changeset
|
Wed, 02 Feb 2011 10:44:32 -0500 |
Eric Prud'hommeaux |
+ switch for hierarchy detection: DirectMapping.HierarchyDetection
|
changeset
|
Tue, 01 Feb 2011 21:24:36 -0500 |
Eric Prud'hommeaux |
~ SQL case-insensitivity
|
changeset
|
Tue, 01 Feb 2011 20:34:05 -0500 |
Eric Prud'hommeaux |
~ fix directory name
|
changeset
|
Tue, 01 Feb 2011 19:44:35 -0500 |
Eric Prud'hommeaux |
~ update to current direct mapping spec
|
changeset
|
Mon, 31 Jan 2011 15:16:20 -0500 |
Eric Prud'hommeaux |
~ update to use new ForeignKeyKey case class
|
changeset
|
Fri, 28 Jan 2011 10:18:43 -0500 |
Eric Prud'hommeaux |
+ RDB.ForeignKeyKey
|
changeset
|
Thu, 27 Jan 2011 15:48:57 -0500 |
Eric Prud'hommeaux |
~ moved Option from lexvalues to return of scalarT
|
changeset
|
Mon, 17 Jan 2011 15:38:26 -0500 |
Alexandre Bertails |
~ blind refactoring targetting RDB and the Direct Mapping
|
changeset
|
Thu, 13 Jan 2011 16:40:53 -0500 |
Alexandre Bertails |
+ RDFModel test suite. The Jena backent already passes it
|
changeset
|
Thu, 13 Jan 2011 09:23:43 -0500 |
Alexandre Bertails |
~ moves some tests to the right place
|
changeset
|
Wed, 12 Jan 2011 16:15:46 -0500 |
Alexandre Bertails |
~ the test suites moved into split projects: it makes dependencies easier to deal with
|
changeset
|
Tue, 11 Jan 2011 18:35:16 -0500 |
Alexandre Bertails |
+ Jena backed for the RDF model
|
changeset
|
Mon, 10 Jan 2011 12:26:03 -0500 |
Alexandre Bertails |
~ type/isomorphic patterns are now injected through mixins
|
changeset
|
Sun, 09 Jan 2011 17:42:49 -0500 |
Alexandre Bertails |
~ fixes the package names
|
changeset
|
Sun, 09 Jan 2011 17:23:40 -0500 |
Alexandre Bertails |
~ fixes the rest of the modules impacted by the rewriting
|
changeset
|
Fri, 07 Jan 2011 19:20:00 -0500 |
Alexandre Bertails |
~ finally managed to deal with the isomorphic pattern and type unification \o/
|
changeset
|
Fri, 07 Jan 2011 12:50:06 -0500 |
Alexandre Bertails |
- references to rdf as an object, prefers the use of the abstraction
|
changeset
|
Fri, 07 Jan 2011 12:48:27 -0500 |
Alexandre Bertails |
~ s/algebraic/isomoprhic/
|
changeset
|
Wed, 29 Dec 2010 19:04:43 -0500 |
Alexandre Bertails |
~ the turtle parser relies on the new abstraction, so do the tests
|
changeset
|
Wed, 29 Dec 2010 19:03:39 -0500 |
Alexandre Bertails |
+ abstract version of the rdf module
|
changeset
|
Wed, 29 Dec 2010 19:02:27 -0500 |
Alexandre Bertails |
+ Algebraic0
|
changeset
|
Wed, 29 Dec 2010 11:31:25 -0500 |
Alexandre Bertails |
+ AlgebraicPattern project
|
changeset
|
Tue, 28 Dec 2010 10:56:35 -0500 |
Alexandre Bertails |
+ column/line error position in RDF/XML parser
|
changeset
|
Thu, 02 Dec 2010 16:46:04 -0500 |
Alexandre Bertails |
~ improves the Parse Error stuff and tries to correct some problems from Jena
|
changeset
|
Thu, 02 Dec 2010 12:54:12 -0500 |
Alexandre Bertails |
~ fixed an removed dependency ()
|
changeset
|
Thu, 02 Dec 2010 12:53:40 -0500 |
Alexandre Bertails |
~ update fig version to 1.0.7 (needed for Scala 2.8.1)
|
changeset
|
Thu, 02 Dec 2010 12:47:16 -0500 |
Alexandre Bertails |
~ ignore build.properties, generated by the SBT plugin systems
|
changeset
|
Thu, 02 Dec 2010 11:37:40 -0500 |
Alexandre Bertails |
~ the parsing function now returns the potential parsing errors/warnings
|
changeset
|
Thu, 02 Dec 2010 11:36:42 -0500 |
Alexandre Bertails |
- project/plugins/project/build.properties as this file shouldn't be under version control
|
changeset
|
Thu, 02 Dec 2010 11:35:33 -0500 |
Alexandre Bertails |
~ compile against Scala 2.8.1
|
changeset
|
Sat, 27 Nov 2010 17:58:38 -0500 |
Alexandre Bertails |
+ RDFXML parser
|
changeset
|
Fri, 26 Nov 2010 19:43:36 -0500 |
Alexandre Bertails |
+ the (turtle|SQL) parser can read from files
|
changeset
|
Fri, 26 Nov 2010 19:12:36 -0500 |
Eric Prud'hommeaux |
+ sharedtestdata/directmappingspec test files
|
changeset
|
Fri, 26 Nov 2010 18:38:33 -0500 |
Eric Prud'hommeaux |
~ migrated scala-structure DirectMappingSpec tests to turtleTest
|
changeset
|
Fri, 26 Nov 2010 17:32:04 -0500 |
Alexandre Bertails |
~ s/XMLSchema#int/XMLSchema#integer/
|
changeset
|
Fri, 26 Nov 2010 16:53:00 -0500 |
Eric Prud'hommeaux |
~ turtle test 1 worky
|
changeset
|
Fri, 26 Nov 2010 13:12:43 -0500 |
Eric Prud'hommeaux |
imported tip (bertails's updates 2010-11-26)
|
changeset
|
Thu, 04 Nov 2010 13:56:35 -0400 |
Eric Prud'hommeaux |
~ ignore build.properties
|
changeset
|
Fri, 26 Nov 2010 13:13:55 -0500 |
Alexandre Bertails |
+ turtle
|
changeset
|
Fri, 26 Nov 2010 13:03:52 -0500 |
Alexandre Bertails |
+ turtle parser
|
changeset
|
Fri, 26 Nov 2010 12:02:52 -0500 |
Alexandre Bertails |
+ sharedtestdata
|
changeset
|
Fri, 26 Nov 2010 11:26:26 -0500 |
Alexandre Bertails |
~ finished refactoring
|
changeset
|
Fri, 26 Nov 2010 11:08:41 -0500 |
Alexandre Bertails |
~ test refactoring
|
changeset
|
Fri, 05 Nov 2010 19:49:19 -0400 |
Alexandre Bertails |
~ s/default.ddl/ddl/ and automcatically extract the schema if -ddl auto
|
changeset
|
Fri, 05 Nov 2010 18:35:18 -0400 |
Alexandre Bertails |
~ one can override default parameters on the command line
|
changeset
|
Fri, 05 Nov 2010 18:34:30 -0400 |
Alexandre Bertails |
~ ignore .orig files
|
changeset
|
Wed, 03 Nov 2010 20:32:29 -0400 |
Eric Prud'hommeaux |
~ use case class instead of class
|
changeset
|
Wed, 03 Nov 2010 20:31:34 -0400 |
Eric Prud'hommeaux |
+ EmpAddr1 test
|
changeset
|
Wed, 03 Nov 2010 20:30:26 -0400 |
Eric Prud'hommeaux |
+ VARCHAR
|
changeset
|
Wed, 03 Nov 2010 15:58:58 -0400 |
Alexandre Bertails |
~ fix the access to the default configuration file + error message more readable in case of malformed generated SQL query
|
changeset
|
Wed, 03 Nov 2010 15:36:16 -0400 |
Alexandre Bertails |
~ fix the introduction
|
changeset
|
Wed, 03 Nov 2010 15:21:59 -0400 |
Alexandre Bertails |
~ small improvement in the default values for the SPARQL endpoint
|
changeset
|
Wed, 03 Nov 2010 14:17:38 -0400 |
Eric Prud'hommeaux |
~ s/STRING/VARCHAR(n)/
|
changeset
|
Wed, 03 Nov 2010 14:04:23 -0400 |
Alexandre Bertails |
~ merge
|
changeset
|
Wed, 03 Nov 2010 14:03:52 -0400 |
Alexandre Bertails |
~ can generate a stand-alone jar shipping jetty and a SPARQL2SQL endpoint
|
changeset
|
Wed, 03 Nov 2010 11:22:22 -0400 |
Eric Prud'hommeaux |
+ parse and ignore SQL type size constraints
|
changeset
|
Wed, 03 Nov 2010 10:06:56 -0400 |
Eric Prud'hommeaux |
+ single-quoted strings
|
changeset
|
Wed, 03 Nov 2010 09:59:49 -0400 |
Eric Prud'hommeaux |
~ migrated rest of tests to use SQL/DDL
|
changeset
|
Tue, 02 Nov 2010 18:19:39 -0400 |
Eric Prud'hommeaux |
+ ensime control files
|
changeset
|
Tue, 02 Nov 2010 18:09:44 -0400 |
Eric Prud'hommeaux |
~ migrated one more test to SQL/DDL
|
changeset
|
Tue, 02 Nov 2010 17:16:10 -0400 |
Eric Prud'hommeaux |
~ move first couple DB construction tests from DirectMappingTest to SQLTest
|
changeset
|
Tue, 02 Nov 2010 17:14:43 -0400 |
Eric Prud'hommeaux |
+ parse INSERTs to populate DB
|
changeset
|
Tue, 02 Nov 2010 16:55:25 -0400 |
Eric Prud'hommeaux |
+ some debugging aids
|
changeset
|
Sun, 31 Oct 2010 20:43:14 -0400 |
Eric Prud'hommeaux |
~ merged with tip
|
changeset
|
Sun, 31 Oct 2010 20:39:17 -0400 |
Eric Prud'hommeaux |
~ absorbed stemGraph's RDF object
|
changeset
|
Sun, 31 Oct 2010 20:19:13 -0400 |
Alexandre Bertails |
+ README.txt
|
changeset
|
Sun, 31 Oct 2010 18:08:52 -0400 |
Alexandre Bertails |
- remove sql2sql
|
changeset
|
Sun, 31 Oct 2010 17:22:46 -0400 |
Alexandre Bertails |
- QuotientSet
|
changeset
|
Sun, 31 Oct 2010 17:22:21 -0400 |
Alexandre Bertails |
~ moved SparqlToSparqlToSql
|
changeset
|
Sun, 31 Oct 2010 17:10:02 -0400 |
Alexandre Bertails |
~ rename sparqlendpoint to sparql2sqlendpoint
|
changeset
|
Sun, 31 Oct 2010 16:10:19 -0400 |
Alexandre Bertails |
~ moved SparqlToSqlTest.scala
|
changeset
|
Sun, 31 Oct 2010 16:06:05 -0400 |
Alexandre Bertails |
~ moved SparqlToSparqlTest.scala
|
changeset
|
Sun, 31 Oct 2010 16:01:55 -0400 |
Alexandre Bertails |
~ moved SQLTest.scala
|
changeset
|
Sun, 31 Oct 2010 15:58:49 -0400 |
Alexandre Bertails |
~ moved SparqlTest.scala
|
changeset
|
Sun, 31 Oct 2010 15:56:24 -0400 |
Alexandre Bertails |
~ moving the servlet bits
|
changeset
|
Sun, 31 Oct 2010 15:17:31 -0400 |
Alexandre Bertails |
~ big refactoring: split FeDeRate in small projects, with fine-grained dependencies
|
changeset
|
Fri, 15 Oct 2010 16:42:41 -0400 |
Eric Prud'hommeaux |
~ migrated to RDB.*
|
changeset
|
Fri, 15 Oct 2010 14:58:18 -0400 |
Eric Prud'hommeaux |
~ migrating RelDesc to RDB.Relation
|
changeset
|
Fri, 15 Oct 2010 13:44:06 -0400 |
Eric Prud'hommeaux |
~ migrating to RDB.Relation
|
changeset
|
Fri, 15 Oct 2010 12:21:49 -0400 |
Eric Prud'hommeaux |
~ migrating RelationDesc to RDB.Relation
|
changeset
|
Fri, 15 Oct 2010 11:23:10 -0400 |
Eric Prud'hommeaux |
~ migrating RelationDesc towards RDB.Relation
|
changeset
|
Fri, 15 Oct 2010 10:43:09 -0400 |
Eric Prud'hommeaux |
~ migrating towards RDB.*
|
changeset
|
Fri, 15 Oct 2010 10:11:15 -0400 |
Eric Prud'hommeaux |
~ migrating to RDB.Relation
|
changeset
|
Thu, 14 Oct 2010 08:31:17 -0400 |
Eric Prud'hommeaux |
~ migrating toward stemGraph model
|
changeset
|
Wed, 13 Oct 2010 23:21:16 -0400 |
Eric Prud'hommeaux |
~ merging stemGraph and FeDeRate models
|
changeset
|
Fri, 08 Oct 2010 15:58:19 -0400 |
Alexandre Bertails |
+ dependency on stemGraph
|
changeset
|
Fri, 08 Oct 2010 15:49:51 -0400 |
Alexandre Bertails |
~ update scala version
|
changeset
|
Thu, 17 Jun 2010 07:16:51 -0700 |
Eric Prud'hommeaux |
+ screw case (with screws commented out) for need for disambiguation of applicable rules
|
changeset
|
Thu, 17 Jun 2010 07:15:32 -0700 |
Eric Prud'hommeaux |
~ fixed toGraphPattern -- wasn't including earlier conjunctions
|
changeset
|
Wed, 16 Jun 2010 14:04:16 -0700 |
Eric Prud'hommeaux |
~ made reaches into a real test: reaches0
|
changeset
|
Wed, 16 Jun 2010 12:10:41 -0700 |
Eric Prud'hommeaux |
~ progress on bsbm1
|
changeset
|
Wed, 16 Jun 2010 12:08:16 -0700 |
Eric Prud'hommeaux |
~ nicer error around node parsing
|
changeset
|
Tue, 15 Jun 2010 16:11:39 -0700 |
Eric Prud'hommeaux |
~ toString to yield syntactically valid SQL on limit/offset
|
changeset
|
Sun, 13 Jun 2010 19:42:52 -0400 |
Alexandre Bertails |
~ fix the load action
|
changeset
|
Sun, 13 Jun 2010 19:40:10 -0400 |
Alexandre Bertails |
~ bsbm-load now monitors .sql files in src/main/resources
|
changeset
|
Sun, 13 Jun 2010 19:32:44 -0400 |
Alexandre Bertails |
~ merge
|
changeset
|
Sun, 13 Jun 2010 19:31:21 -0400 |
Alexandre Bertails |
+ externalization of some configuration properties
|
changeset
|
Sun, 13 Jun 2010 18:35:41 -0400 |
Alexandre Bertails |
+ 2 sbt tasks for the Berlin SPARQL Benchmark
|
changeset
|
Sat, 12 Jun 2010 20:02:19 -0400 |
Alexandre Bertails |
+ bsbm task in sbt
|
changeset
|
Sun, 13 Jun 2010 14:40:07 -0400 |
Eric Prud'hommeaux |
+ ORDER (but neads cleanup)
|
changeset
|
Sun, 13 Jun 2010 09:56:13 -0400 |
Eric Prud'hommeaux |
+ DISTINCT
|
changeset
|
Sun, 13 Jun 2010 07:42:37 -0400 |
Eric Prud'hommeaux |
~ replace non-bsbm tests (oops)
|
changeset
|
Sun, 13 Jun 2010 07:39:00 -0400 |
Eric Prud'hommeaux |
+ > -> Gt
|
changeset
|
Sun, 13 Jun 2010 07:19:19 -0400 |
Eric Prud'hommeaux |
. BSBM DDL
|
changeset
|
Sun, 13 Jun 2010 05:21:51 -0400 |
Eric Prud'hommeaux |
+ DOUBLE
|
changeset
|
Sat, 12 Jun 2010 17:22:57 -0400 |
Alexandre Bertails |
~ merge
|
changeset
|
Sat, 12 Jun 2010 17:20:51 -0400 |
Alexandre Bertails |
~ the service now formats the results as xml (but the contenttype is wrong)
|
changeset
|
Sat, 12 Jun 2010 17:14:07 -0400 |
Eric Prud'hommeaux |
~ relaxed sparql.name
|
changeset
|
Sat, 12 Jun 2010 09:37:34 -0400 |
Eric Prud'hommeaux |
+ scaladocs on SqlToXMLRes methods
|
changeset
|
Sat, 12 Jun 2010 09:27:16 -0400 |
Eric Prud'hommeaux |
~ SparqlToSql.apply returns (sqlstring, varmap)
|
changeset
|
Fri, 11 Jun 2010 21:46:40 -0400 |
Alexandre Bertails |
~ merge
|
changeset
|
Fri, 11 Jun 2010 21:45:18 -0400 |
Alexandre Bertails |
~ the servlet can execute the query against the dataset and return some results
|
changeset
|
Fri, 11 Jun 2010 20:21:52 -0400 |
Eric Prud'hommeaux |
~ partition apply method
|
changeset
|
Fri, 11 Jun 2010 20:21:02 -0400 |
Eric Prud'hommeaux |
+ UPDATES for Employee tables
|
changeset
|
Fri, 11 Jun 2010 18:57:29 -0400 |
Alexandre Bertails |
+ first servlet implementation for a Sparql endpoint
|
changeset
|
Tue, 08 Jun 2010 17:01:53 -0400 |
Eric Prud'hommeaux |
+ more comments
|
changeset
|
Thu, 20 May 2010 12:55:21 +0200 |
Eric Prud'hommeaux |
~ refactored nested subselects in UNIONs
|
changeset
|
Thu, 20 May 2010 11:55:05 +0200 |
Eric Prud'hommeaux |
+ commented TableDisjunction
|
changeset
|
Wed, 19 May 2010 21:57:02 +0200 |
Eric Prud'hommeaux |
+ commented subselectVars
|
changeset
|
Wed, 19 May 2010 21:02:04 +0200 |
Eric Prud'hommeaux |
+ more comments
|
changeset
|
Wed, 19 May 2010 15:23:18 +0200 |
Eric Prud'hommeaux |
+ more comments
|
changeset
|
Tue, 18 May 2010 09:48:46 +0200 |
Eric Prud'hommeaux |
+ commented subselectVars
|
changeset
|
Thu, 13 May 2010 14:36:55 -0400 |
Eric Prud'hommeaux |
+ more comments
|
changeset
|
Thu, 13 May 2010 11:45:03 -0400 |
Eric Prud'hommeaux |
- a parm to varConstraint
|
changeset
|
Mon, 10 May 2010 06:01:07 -0400 |
Eric Prud'hommeaux |
+ SPARQL BNodes
|
changeset
|
Sun, 28 Feb 2010 15:08:32 -0500 |
Eric Prud'hommeaux |
+ test quuery with only a triple with a constant in O position
|
changeset
|
Sun, 28 Feb 2010 15:07:28 -0500 |
Eric Prud'hommeaux |
~ generalized handling of terms in CONSTRUCT head
|
changeset
|
Sun, 28 Feb 2010 15:05:33 -0500 |
Eric Prud'hommeaux |
+ NoSuchElement handler on hash lookup
|
changeset
|
Sun, 28 Feb 2010 15:04:42 -0500 |
Eric Prud'hommeaux |
~ trim to ?s <p> const yields all patterns with ?s
|
changeset
|
Sun, 28 Feb 2010 11:40:20 -0500 |
Eric Prud'hommeaux |
+ SparqlToSparqlToSql.toView
|
changeset
|
Sun, 28 Feb 2010 11:38:44 -0500 |
Eric Prud'hommeaux |
~ typo in message
|
changeset
|
Sun, 28 Feb 2010 11:37:28 -0500 |
Eric Prud'hommeaux |
+ View.toString
|
changeset
|
Sun, 28 Feb 2010 09:09:00 -0500 |
Eric Prud'hommeaux |
+ debugging message
|
changeset
|
Sat, 27 Feb 2010 11:09:43 -0500 |
Eric Prud'hommeaux |
+ HR database test (gentle start)
|
changeset
|
Sat, 27 Feb 2010 11:08:51 -0500 |
Eric Prud'hommeaux |
+ filter test
|
changeset
|
Sat, 27 Feb 2010 11:07:28 -0500 |
Eric Prud'hommeaux |
+ handle literals in expressions into
|
changeset
|
Sat, 27 Feb 2010 11:00:11 -0500 |
Eric Prud'hommeaux |
~ oops, re-toString the SQL compile tree
|
changeset
|
Sat, 27 Feb 2010 08:46:18 -0500 |
Eric Prud'hommeaux |
+ CREATE VIEW
|
changeset
|
Sat, 27 Feb 2010 00:26:57 -0500 |
Eric Prud'hommeaux |
~ use DDL instead of scala constructs
|
changeset
|
Fri, 26 Feb 2010 19:17:02 -0500 |
Eric Prud'hommeaux |
+ DDL
|
changeset
|
Sun, 14 Feb 2010 12:49:28 -0500 |
Eric Prud'hommeaux |
~ MINUS tests works
|
changeset
|
Sun, 14 Feb 2010 12:49:06 -0500 |
Eric Prud'hommeaux |
~ fixed up toString stuff
|
changeset
|
Sun, 14 Feb 2010 10:00:21 -0500 |
Eric Prud'hommeaux |
~ getting closer
|
changeset
|
Sun, 14 Feb 2010 09:59:39 -0500 |
Eric Prud'hommeaux |
+ unique ids for disjoints
|
changeset
|
Sun, 14 Feb 2010 09:28:58 -0500 |
Eric Prud'hommeaux |
+ some toString nicities
|
changeset
|
Sun, 14 Feb 2010 07:55:41 -0500 |
Eric Prud'hommeaux |
+ scala.version 2.7.5
|
changeset
|
Sun, 14 Feb 2010 07:53:30 -0500 |
Eric Prud'hommeaux |
+ friendly SPARQL to SQL tests
|
changeset
|
Sun, 14 Feb 2010 07:52:35 -0500 |
Eric Prud'hommeaux |
~ reorganized
|
changeset
|
Sun, 14 Feb 2010 07:50:32 -0500 |
Eric Prud'hommeaux |
~ refactor -- collect bindings while traversing matching predicates
|
changeset
|
Sun, 14 Feb 2010 07:46:50 -0500 |
Eric Prud'hommeaux |
+ equiv on TriplesBlock is unsorted
|
changeset
|
Thu, 11 Feb 2010 09:52:33 -0500 |
Eric Prud'hommeaux |
+ optional '.' at end of gp
|
changeset
|
Wed, 10 Feb 2010 18:28:25 -0500 |
Eric Prud'hommeaux |
+ simplify conjunctions
|
changeset
|
Wed, 10 Feb 2010 18:27:56 -0500 |
Eric Prud'hommeaux |
~ fixed name of a test
|
changeset
|
Wed, 10 Feb 2010 17:22:04 -0500 |
Eric Prud'hommeaux |
+ graph trimmer (to get rid of unwanted joins)
|
changeset
|
Mon, 08 Feb 2010 15:19:02 -0500 |
Eric Prud'hommeaux |
+ multiple rule invocations
|
changeset
|
Mon, 08 Feb 2010 12:52:08 -0500 |
Eric Prud'hommeaux |
~ hide unmapped vars in rule bodies
|
changeset
|
Mon, 08 Feb 2010 11:50:35 -0500 |
Eric Prud'hommeaux |
~ moved findVars to SPARQL objects
|
changeset
|
Mon, 08 Feb 2010 09:52:01 -0500 |
Eric Prud'hommeaux |
~ changed sparql.Terms to traits
|
changeset
|
Tue, 02 Feb 2010 15:52:27 -0500 |
Eric Prud'hommeaux |
~ trait-ified Term, S, P, O
|
changeset
|
Mon, 01 Feb 2010 09:15:57 -0500 |
Eric Prud'hommeaux |
+ SPARQL toString methods
|
changeset
|
Sun, 31 Jan 2010 20:30:34 -0500 |
Eric Prud'hommeaux |
+ first SparqlToSparql transformation
|
changeset
|
Sun, 31 Jan 2010 12:06:15 -0500 |
Eric Prud'hommeaux |
~ CONSTRUCT example not constrained to a db schema
|
changeset
|
Sun, 31 Jan 2010 12:02:27 -0500 |
Eric Prud'hommeaux |
+ skeleton for SparqlToSparql
|
changeset
|
Sun, 31 Jan 2010 12:00:40 -0500 |
Eric Prud'hommeaux |
~ s/ToScala/ToSql/g
|
changeset
|
Sun, 31 Jan 2010 11:50:54 -0500 |
Eric Prud'hommeaux |
~ rename package: s/rdb2rdf/sparql2sql/
|
changeset
|
Sun, 31 Jan 2010 11:12:27 -0500 |
Eric Prud'hommeaux |
~ s/RDB2RDF/SparqlToSql/g
|
changeset
|
Sun, 31 Jan 2010 10:39:08 -0500 |
Eric Prud'hommeaux |
~ grand renaming:
|
changeset
|
Sun, 31 Jan 2010 09:32:43 -0500 |
Eric Prud'hommeaux |
~ migrated db-specific URI parsing into RDB2RDF
|
changeset
|
Sun, 31 Jan 2010 08:10:01 -0500 |
Eric Prud'hommeaux |
+ SPARQL CONSTRUCT
|
changeset
|
Sat, 30 Jan 2010 13:43:11 -0500 |
Eric Prud'hommeaux |
+ sparql MINUS
|
changeset
|
Fri, 29 Jan 2010 16:09:58 -0500 |
Eric Prud'hommeaux |
~ simplified subselectVars prototype
|
changeset
|
Fri, 29 Jan 2010 15:46:41 -0500 |
Eric Prud'hommeaux |
+ .get to get parsed object
|
changeset
|
Thu, 28 Jan 2010 22:59:00 -0500 |
Eric Prud'hommeaux |
allow URIs to have '_'s
|
changeset
|
Thu, 28 Jan 2010 22:49:00 -0500 |
Eric Prud'hommeaux |
+ COI use case test (with odd === error)
|
changeset
|
Thu, 28 Jan 2010 21:49:59 -0500 |
Eric Prud'hommeaux |
factored varmap promotion handling from OPTIONAL and UNION
|
changeset
|
Thu, 28 Jan 2010 16:07:12 -0500 |
Eric Prud'hommeaux |
migrated to FullOrPartialBindings @@some unchecked removals of NOT NULL constraints on primary keys
|
changeset
|
Sat, 09 Jan 2010 10:59:13 -0500 |
Eric Prud'hommeaux |
+ don't assert NOT NULL for vars with disjoints in the binding
|
changeset
|
Sat, 09 Jan 2010 10:37:57 -0500 |
Eric Prud'hommeaux |
~ added a SELECT var to assymDisj1
|
changeset
|
Sat, 09 Jan 2010 00:49:31 -0500 |
Eric Prud'hommeaux |
moved NOT NULL cleaner to the PrettySql object
|
changeset
|
Fri, 08 Jan 2010 19:31:52 -0500 |
Eric Prud'hommeaux |
- *some* spurious NOT NULLs
|
changeset
|
Fri, 08 Jan 2010 08:27:15 -0500 |
Eric Prud'hommeaux |
~ more comments
|
changeset
|
Fri, 08 Jan 2010 01:18:52 -0500 |
Eric Prud'hommeaux |
+ RDF
|
changeset
|
Fri, 08 Jan 2010 00:53:55 -0500 |
Eric Prud'hommeaux |
+ output for some tests
|
changeset
|
Fri, 08 Jan 2010 00:45:30 -0500 |
Eric Prud'hommeaux |
+ output for some tests
|
changeset
|
Thu, 07 Jan 2010 23:38:58 -0500 |
Eric Prud'hommeaux |
~ prefix synthesized tables with G_ (for "Generated")
|
changeset
|
Thu, 07 Jan 2010 23:31:54 -0500 |
Eric Prud'hommeaux |
~ pared down to one db schema
|
changeset
|
Thu, 07 Jan 2010 20:48:44 -0500 |
Eric Prud'hommeaux |
~ migrated to all db2 for StemMapping examples
|
changeset
|
Thu, 07 Jan 2010 19:43:09 -0500 |
Eric Prud'hommeaux |
~ tweaked val names in tests
|
changeset
|
Thu, 07 Jan 2010 19:25:14 -0500 |
Eric Prud'hommeaux |
~ overhauled test schema -- in synch with http://www.w3.org/2008/07/MappingRules/SampleTables.sql
|
changeset
|
Thu, 07 Jan 2010 19:20:54 -0500 |
Eric Prud'hommeaux |
~ cleaned up commented code a bit
|
changeset
|
Thu, 07 Jan 2010 19:18:56 -0500 |
Eric Prud'hommeaux |
~ prettied up SPARQL toString a bit
|
changeset
|
Thu, 07 Jan 2010 19:16:51 -0500 |
Eric Prud'hommeaux |
~ prettied toString up a bunch
|
changeset
|
Thu, 07 Jan 2010 12:32:15 -0500 |
Eric Prud'hommeaux |
+ comments
|
changeset
|
Thu, 07 Jan 2010 11:09:08 -0500 |
Eric Prud'hommeaux |
~ factored a bit\n+ comments
|
changeset
|
Thu, 07 Jan 2010 10:48:43 -0500 |
Eric Prud'hommeaux |
+ comments
|
changeset
|
Thu, 07 Jan 2010 09:36:05 -0500 |
Eric Prud'hommeaux |
+ transform leadingOpt1
|
changeset
|
Thu, 07 Jan 2010 09:31:42 -0500 |
Eric Prud'hommeaux |
+ optional FROM tablelist
|
changeset
|
Wed, 06 Jan 2010 17:24:50 -0500 |
Eric Prud'hommeaux |
~ re-integrated branch: bnode-generator-for-no-primary-key
|
changeset
|
Tue, 05 Jan 2010 13:39:13 -0500 |
Eric Prud'hommeaux |
~ simplified transform equivOpt1
|
changeset
|
Tue, 05 Jan 2010 13:08:10 -0500 |
Eric Prud'hommeaux |
- a spurious true return from a test
|
changeset
|
Tue, 05 Jan 2010 12:05:10 -0500 |
Eric Prud'hommeaux |
~ generalized _DISJOINT_ partial-bindings
|
changeset
|
Tue, 05 Jan 2010 12:02:26 -0500 |
Eric Prud'hommeaux |
~ simplified, but rendered less efficient as toString appears to not use the defined iterator
|
changeset
|
Tue, 05 Jan 2010 11:55:39 -0500 |
Eric Prud'hommeaux |
~ fixed ON expression set manipulation
|
changeset
|
Mon, 04 Jan 2010 17:03:53 -0500 |
Eric Prud'hommeaux |
+ INNER JOIN ... ON goes into WHERE expressions
|
changeset
|
Mon, 04 Jan 2010 15:48:21 -0500 |
Eric Prud'hommeaux |
~ fixed { gp filter... }
|
changeset
|
Sun, 03 Jan 2010 23:25:03 -0500 |
Eric Prud'hommeaux |
~ changed all e.g. sql.SQL into sql.
|
changeset
|
Sun, 03 Jan 2010 23:15:40 -0500 |
Eric Prud'hommeaux |
~ separated w3c.sw into ,sql, .sparql, .util and .rdb2rdf
|
changeset
|
Sun, 03 Jan 2010 18:43:15 -0500 |
Alexandre Bertails |
merge
|
changeset
|
Sun, 03 Jan 2010 18:23:46 -0500 |
Alexandre Bertails |
+ AddOrderedSet
|
changeset
|
Sun, 03 Jan 2010 17:41:20 -0500 |
Eric Prud'hommeaux |
+ SQL to Turtle node mappers
|
changeset
|
Sun, 03 Jan 2010 16:11:18 -0500 |
Eric Prud'hommeaux |
+ SQL general expression parser\n+ CONCAT
|
changeset
|
Sun, 03 Jan 2010 03:01:12 -0500 |
Eric Prud'hommeaux |
+ OPTIONALs (last pattern in MappingRules)
|
changeset
|
Sat, 02 Jan 2010 18:34:46 -0500 |
Eric Prud'hommeaux |
~ restored subselect (to put parens around subselects)
|
changeset
|
Sat, 02 Jan 2010 16:33:28 -0500 |
Eric Prud'hommeaux |
+ TableList.Join
|
changeset
|
Sat, 02 Jan 2010 10:05:40 -0500 |
Eric Prud'hommeaux |
+ optional "WHERE"
|
changeset
|
Fri, 01 Jan 2010 21:27:50 -0500 |
Eric Prud'hommeaux |
+ order independence in UNIONs
|
changeset
|
Fri, 01 Jan 2010 13:30:44 -0500 |
Eric Prud'hommeaux |
+ assymetric disjoints
|
changeset
|
Thu, 31 Dec 2009 18:22:24 -0500 |
Eric Prud'hommeaux |
~ separating shared-variable conditional on disjoints
|
changeset
|
Thu, 31 Dec 2009 05:53:28 -0500 |
Eric Prud'hommeaux |
- vetigial parser code
|
changeset
|
Thu, 31 Dec 2009 05:49:51 -0500 |
Eric Prud'hommeaux |
+ recursive SQL expressions
|
changeset
|
Wed, 30 Dec 2009 21:16:35 -0500 |
Eric Prud'hommeaux |
+ SQL literals\n~ simplifed SPARQL parser
|
changeset
|
Wed, 30 Dec 2009 11:57:13 -0500 |
Eric Prud'hommeaux |
- vars
|
changeset
|
Wed, 30 Dec 2009 11:31:58 -0500 |
Eric Prud'hommeaux |
~ simplifying
|
changeset
|
Wed, 30 Dec 2009 11:27:02 -0500 |
Eric Prud'hommeaux |
+ xsd:date
|
changeset
|
Wed, 30 Dec 2009 11:19:36 -0500 |
Eric Prud'hommeaux |
+ PREFIXes
|
changeset
|
Wed, 30 Dec 2009 10:25:01 -0500 |
Eric Prud'hommeaux |
~ pass transform disj1
|
changeset
|
Wed, 30 Dec 2009 09:55:53 -0500 |
Eric Prud'hommeaux |
...
|
changeset
|
Wed, 30 Dec 2009 09:42:53 -0500 |
Eric Prud'hommeaux |
~ progress on UNION
|
changeset
|
Tue, 29 Dec 2009 17:35:25 -0500 |
Eric Prud'hommeaux |
~ uncomment SQL toString methods
|
changeset
|
Tue, 29 Dec 2009 17:27:06 -0500 |
Eric Prud'hommeaux |
+ SQL UNION
|
changeset
|
Tue, 29 Dec 2009 17:26:31 -0500 |
Eric Prud'hommeaux |
+ SQL UNION
|
changeset
|
Mon, 28 Dec 2009 21:53:32 -0500 |
Eric Prud'hommeaux |
+ second-level algebra for Disjunction
|
changeset
|
Mon, 28 Dec 2009 16:40:45 -0500 |
Eric Prud'hommeaux |
+ first-level SPARQL GGP algebra
|
changeset
|
Mon, 28 Dec 2009 15:47:21 -0500 |
Eric Prud'hommeaux |
~ cleaning
|
changeset
|
Mon, 28 Dec 2009 15:45:56 -0500 |
Eric Prud'hommeaux |
~ distinguish EmptyGraphPattern
|
changeset
|
Mon, 28 Dec 2009 15:44:54 -0500 |
Eric Prud'hommeaux |
~ distinguish EmptyGraphPattern
|
changeset
|
Mon, 28 Dec 2009 15:35:47 -0500 |
Eric Prud'hommeaux |
~ filters contain gps
|
changeset
|
Mon, 28 Dec 2009 13:40:13 -0500 |
Eric Prud'hommeaux |
- some vestigial parse stuff
|
changeset
|
Mon, 28 Dec 2009 11:45:54 -0500 |
Eric Prud'hommeaux |
~ migrating to SPARQL graph pattern parse tree
|
changeset
|
Sun, 27 Dec 2009 16:44:52 -0800 |
Eric Prud'hommeaux |
+ recursive GraphPattern
|
changeset
|
Sun, 27 Dec 2009 15:05:58 -0800 |
Eric Prud'hommeaux |
migrating towards real SPARQL algebra
|
changeset
|
Sun, 27 Dec 2009 14:42:03 -0800 |
Eric Prud'hommeaux |
chasing unchecked options
|
changeset
|
Sun, 27 Dec 2009 01:06:38 -0800 |
Eric Prud'hommeaux |
- primary key parm
bnode-generator-for-no-primary-key
|
changeset
|
Sun, 27 Dec 2009 00:58:09 -0800 |
Eric Prud'hommeaux |
bnode generator for no primary key
bnode-generator-for-no-primary-key
|
changeset
|
Sun, 20 Dec 2009 09:05:28 -0500 |
Eric Prud'hommeaux |
modeling relvars with no foreign key
|
changeset
|
Thu, 17 Dec 2009 21:16:27 -0500 |
Eric Prud'hommeaux |
factored out state updates (a bit)
|
changeset
|
Thu, 17 Dec 2009 19:02:38 -0500 |
Eric Prud'hommeaux |
~ squish
|
changeset
|
Thu, 17 Dec 2009 18:53:52 -0500 |
Eric Prud'hommeaux |
+ switch to enforceForeignKeys
|
changeset
|
Thu, 17 Dec 2009 18:40:11 -0500 |
Eric Prud'hommeaux |
~ generalizing xConstraint\n+ SQL toString functions
|
changeset
|
Thu, 17 Dec 2009 11:56:05 -0500 |
Eric Prud'hommeaux |
2nd ref to value implies constraint
|
changeset
|
Thu, 17 Dec 2009 00:40:45 -0500 |
Eric Prud'hommeaux |
message to bts
|
changeset
|
Thu, 17 Dec 2009 00:37:34 -0500 |
Eric Prud'hommeaux |
bts'd and -inConstraint
|
changeset
|
Wed, 16 Dec 2009 19:26:42 -0500 |
Eric Prud'hommeaux |
project sets instead of lists
|
changeset
|
Wed, 16 Dec 2009 19:19:15 -0500 |
Eric Prud'hommeaux |
simplifying
|
changeset
|
Wed, 16 Dec 2009 19:04:40 -0500 |
Eric Prud'hommeaux |
-joined
|
changeset
|
Wed, 16 Dec 2009 19:02:56 -0500 |
Eric Prud'hommeaux |
TableList is a Set
|
changeset
|
Wed, 16 Dec 2009 18:54:25 -0500 |
Eric Prud'hommeaux |
simplifying in Set-land
|
changeset
|
Wed, 16 Dec 2009 17:58:14 -0500 |
Eric Prud'hommeaux |
Expression(Set(PrimaryExpression))
|
changeset
|
Wed, 16 Dec 2009 17:23:24 -0500 |
Eric Prud'hommeaux |
s/RelAsAlias/AliasedResource/ -- -Join()
|
changeset
|
Wed, 16 Dec 2009 17:08:03 -0500 |
Eric Prud'hommeaux |
moved join constraints out to wheres
|
changeset
|
Wed, 16 Dec 2009 16:29:59 -0500 |
Eric Prud'hommeaux |
Join and Select always have (non-Option) Expression
|
changeset
|
Wed, 16 Dec 2009 15:15:32 -0500 |
Eric Prud'hommeaux |
TriplePatterns always has a SparqlExpression
|
changeset
|
Wed, 16 Dec 2009 15:13:27 -0500 |
Eric Prud'hommeaux |
Added tag ConstrainedJoins for changeset 9df8a5aabf5c
|
changeset
|
Wed, 16 Dec 2009 14:31:42 -0500 |
Eric Prud'hommeaux |
small progress on non-var-var FILTERs
ConstrainedJoins
|
changeset
|
Wed, 16 Dec 2009 12:52:23 -0500 |
Eric Prud'hommeaux |
transform filter1
|
changeset
|
Tue, 15 Dec 2009 21:08:44 -0500 |
Eric Prud'hommeaux |
+ SPARQL < expressions
|
changeset
|
Tue, 15 Dec 2009 16:46:38 -0500 |
Eric Prud'hommeaux |
unifying xConstraint (uriConstraint still returns an SQLDatatype
|
changeset
|
Tue, 15 Dec 2009 16:35:25 -0500 |
Eric Prud'hommeaux |
xConstraint takes a RelAliasAttr (still have to fix uriConstraint)
|
changeset
|
Tue, 15 Dec 2009 16:22:30 -0500 |
Eric Prud'hommeaux |
+ litConst1
|
changeset
|
Tue, 15 Dec 2009 15:16:55 -0500 |
Eric Prud'hommeaux |
+ tup1
|
changeset
|
Tue, 15 Dec 2009 15:05:12 -0500 |
Eric Prud'hommeaux |
+ some comments
|
changeset
|
Tue, 15 Dec 2009 14:18:36 -0500 |
Eric Prud'hommeaux |
factored a bit
|
changeset
|
Tue, 15 Dec 2009 14:03:18 -0500 |
Eric Prud'hommeaux |
+ foreign key literals (for algorithm testing -- isn't really legal)
|
changeset
|
Tue, 15 Dec 2009 01:02:16 -0500 |
Eric Prud'hommeaux |
part way on test: transform max joins
|
changeset
|
Mon, 14 Dec 2009 21:13:55 -0500 |
Eric Prud'hommeaux |
small cleanup
|
changeset
|
Mon, 14 Dec 2009 20:38:40 -0500 |
Eric Prud'hommeaux |
all work for SQLbgp
|
changeset
|
Mon, 14 Dec 2009 19:53:56 -0500 |
Eric Prud'hommeaux |
joins work for SQLbgp
|
changeset
|
Mon, 14 Dec 2009 19:01:06 -0500 |
Eric Prud'hommeaux |
starting on joins
|
changeset
|
Mon, 14 Dec 2009 18:08:26 -0500 |
Eric Prud'hommeaux |
test: transform SQLbgp - project calculated
|
changeset
|
Mon, 14 Dec 2009 14:45:11 -0500 |
Eric Prud'hommeaux |
bit of cleanup
|
changeset
|
Mon, 14 Dec 2009 14:15:03 -0500 |
Eric Prud'hommeaux |
differentiated AttrAlias from Attribute and changed test names to include A_<alias>
|
changeset
|
Mon, 14 Dec 2009 13:10:16 -0500 |
Eric Prud'hommeaux |
differentiated Alias from Relation
|
changeset
|
Mon, 14 Dec 2009 12:46:17 -0500 |
Eric Prud'hommeaux |
s/TableAlias/RelAsAlias/g
|
changeset
|
Mon, 14 Dec 2009 03:11:18 -0500 |
Eric Prud'hommeaux |
fixing precedence of mappers
|
changeset
|
Mon, 14 Dec 2009 02:59:29 -0500 |
Eric Prud'hommeaux |
adding mappers
|
changeset
|
Mon, 14 Dec 2009 02:52:18 -0500 |
Eric Prud'hommeaux |
cleaning up
|
changeset
|
Mon, 14 Dec 2009 02:11:39 -0500 |
Eric Prud'hommeaux |
major overhaul with alexandre
|
changeset
|
Sun, 13 Dec 2009 19:17:29 -0500 |
Eric Prud'hommeaux |
s/remove/filterNot/ # apparently deprecated
|
changeset
|
Sun, 13 Dec 2009 19:15:37 -0500 |
Eric Prud'hommeaux |
s/var/val/ #to indicate statics
|
changeset
|
Sun, 13 Dec 2009 19:10:59 -0500 |
Eric Prud'hommeaux |
working after merge
|
changeset
|
Sun, 13 Dec 2009 17:44:40 -0500 |
Eric Prud'hommeaux |
mege
|
changeset
|
Fri, 11 Dec 2009 20:13:27 -0500 |
Alexandre Bertails |
forgotten files
|
changeset
|
Fri, 11 Dec 2009 19:55:50 -0500 |
Alexandre Bertails |
big changes for the sbt version + first version of quotient set
|
changeset
|
Sat, 12 Dec 2009 12:50:55 -0500 |
Eric Prud'hommeaux |
simplifying output
|
changeset
|
Sat, 12 Dec 2009 12:39:01 -0500 |
Eric Prud'hommeaux |
diving into O
|
changeset
|
Fri, 11 Dec 2009 16:00:59 -0500 |
Eric Prud'hommeaux |
+ ObjectURI parser
|
changeset
|
Fri, 11 Dec 2009 14:28:11 -0500 |
Eric Prud'hommeaux |
TableList is a simple list of joins
|
changeset
|
Fri, 11 Dec 2009 13:41:19 -0500 |
Eric Prud'hommeaux |
made joins have optional constraint expressions
|
changeset
|
Thu, 10 Dec 2009 22:35:15 -0500 |
Eric Prud'hommeaux |
small re-org -- about to generalize joins
|
changeset
|
Thu, 10 Dec 2009 22:27:22 -0500 |
Eric Prud'hommeaux |
passes fabricated test
|
changeset
|
Thu, 10 Dec 2009 18:59:11 -0500 |
Eric Prud'hommeaux |
+ RDB2RDF skeleton and test
|
changeset
|
Thu, 10 Dec 2009 17:30:17 -0500 |
eric |
+ SQLbgp
|
changeset
|
Thu, 10 Dec 2009 17:23:37 -0500 |
Alexandre Bertails |
extend sparql grammar
|
changeset
|
Thu, 10 Dec 2009 14:37:35 -0500 |
Alexandre Bertails |
remove sql test noise
|
changeset
|
Thu, 10 Dec 2009 14:15:16 -0500 |
Alexandre Bertails |
split tests
|
changeset
|
Thu, 10 Dec 2009 13:48:01 -0500 |
Alexandre Bertails |
split the test file
|
changeset
|
Thu, 10 Dec 2009 13:47:27 -0500 |
Alexandre Bertails |
fix the SPARQL parser + introduced datatype notion
|
changeset
|
Wed, 09 Dec 2009 19:39:58 -0500 |
Alexandre Bertails |
SQL parser now generates inhabitants of the right types
|
changeset
|
Wed, 09 Dec 2009 17:30:06 -0500 |
Alexandre Bertails |
split file
|
changeset
|
Wed, 09 Dec 2009 17:25:36 -0500 |
Alexandre Bertails |
happy merge, please see my .hgrc config file for good practice
|
changeset
|
Sun, 06 Dec 2009 02:09:32 -0500 |
eric |
tests through filter1
|
changeset
|
Sun, 06 Dec 2009 01:56:35 -0500 |
Alexandre Bertails |
first grammar ok, it gives the right types
|
changeset
|
Sat, 05 Dec 2009 22:27:42 -0500 |
Alexandre Bertails |
basic combinator parser for Sparql
|
changeset
|
Sat, 05 Dec 2009 19:10:52 -0500 |
Alexandre Bertails |
init
|
changeset
|