commit 4b2a34274aa8735bdb26ad3609ce132886d4ee18 (HEAD, tag: v2.1, origin/master, origin/HEAD, master)
Author: Dmitry Borodaenko <angdraug@debian.org>
Date:   Sun Dec 25 16:52:34 2011 +0300

    updated README for Sequel, updated copyrights

 README.rdoc                      |    8 ++++----
 lib/graffiti/rdf_config.rb       |    2 +-
 lib/graffiti/rdf_property_map.rb |    2 +-
 lib/graffiti/sql_mapper.rb       |    2 +-
 lib/graffiti/squish.rb           |    2 +-
 lib/graffiti/store.rb            |    2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

commit e8004f1244745d68758f21cc8820ded433d6faad (tag: v2.0)
Author: Dmitry Borodaenko <angdraug@debian.org>
Date:   Fri Sep 30 23:02:40 2011 +0300

    migrate from DBI to Sequel
    
    * Store now expects a Sequel::Database object
    * SquishSelect and SquishAssert refactored
    * SquishQuery now keeps raw unescaped literals in @strings, SquishAssert
      passes these as is to Sequel::Dataset, SquishSelect still escapes them
      back into the SQL query locally
    * validate_expression now returns the validated string for chainability
    * substitute_parameters dropped: Sequel understands named parameters
    * SquishSelect#to_sql (and by extention Store#select) now returns only
      SQL query (same params hash can now be passed to Sequel verbatim)
    * SquishSelect#to_sql now names columns with corresponding blank node
      names where applicable
    * unit test now runs select and assert on an in-memory Sqlite database

 doc/examples/samizdat-rdf-config.yaml    |   70 ++----
 doc/examples/samizdat-triggers-pgsql.sql |  138 ++++------
 lib/graffiti/debug.rb                    |   34 +++
 lib/graffiti/rdf_config.rb               |    1 +
 lib/graffiti/rdf_property_map.rb         |   10 +-
 lib/graffiti/sql_mapper.rb               |   31 +--
 lib/graffiti/squish.rb                   |  416 +++++++++++++++++------------
 lib/graffiti/store.rb                    |   35 ++--
 test/ts_graffiti.rb                      |  237 +++++++++++++----
 9 files changed, 580 insertions(+), 392 deletions(-)

commit ef6717ce1fe9a36bf450866034f915b1d3013e11
Author: Dmitry Borodaenko <angdraug@debian.org>
Date:   Fri Sep 16 22:18:19 2011 +0300

    old Monotone changelog

 ChangeLog.mtn |  233 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 233 insertions(+), 0 deletions(-)

commit 6b5b8f32ca3b362227f09852da42df4dd56b498e
Author: Dmitry Borodaenko <angdraug@debian.org>
Date:   Fri Sep 16 22:10:29 2011 +0300

    ordering-agnosting query matching in unit tests

 test/ts_graffiti.rb |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 574f5519a9ed4dbee78b0b5101918db08089ea3e
Author: Dmitry Borodaenko <angdraug@debian.org>
Date:   Fri Sep 16 22:10:07 2011 +0300

    SqlExpression#to_str for Ruby 1.9

 lib/graffiti/sql_mapper.rb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit cf3325be344735f2bbf0ba7cacaa16467e1148e4
Author: Dmitry Borodaenko <angdraug@debian.org>
Date:   Sat Jun 4 22:08:18 2011 +0300

    minor rdoc markup fix

 README.rdoc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 210ab735c85abc429d9651bd340d7683df595b16
Author: Dmitry Borodaenko <angdraug@debian.org>
Date:   Sat Jun 4 22:02:51 2011 +0300

    ICIS 2009 paper
    
    New paper added (On-demand RDF to Relational Query Translation in
    Samizdat RDF Store, ICIS 2009)

 ...df-to-relational-query-translation-icis2009.tex |  936 ++++++++++++++++++++
 1 files changed, 936 insertions(+), 0 deletions(-)
