<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lang.jruby.extras.devel">
    <title>gmane.comp.lang.jruby.extras.devel</title>
    <link>http://blog.gmane.org/gmane.comp.lang.jruby.extras.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1339"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1338"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1337"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1336"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1335"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1334"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1333"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1329"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1328"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1327"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1326"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1324"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1323"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1322"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1321"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1320"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1318"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1310"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1339">
    <title>[ jruby-extras-Bugs-29237 ] massive "WARNING:nonstandard use of \ in a string literal at character"entries in postgresql server log</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1339</link>
    <description>&lt;pre&gt;Bugs item #29237, was opened at 2011-05-30 21:26
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=29237&amp;amp;group_id=2014

Category: AR-JDBC
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Xuân Baldauf (mediumnet)
Assigned to: Nobody (None)
Summary: massive "WARNING:  nonstandard use of \ in a string literal at character" entries in postgresql server log

Initial Comment:
When effectively using the arjdbc postgresql adapter's escape_bytea() or maybe also quote_string() method, postgresql complains like this:

WARNING:  nonstandard use of \ in a string literal at character 798
HINT:  Use the escape string syntax for backslashes, e.g., E'\'.


These complaints could be turned off, however, then many other relevant log entries of the postgresql log file would also be turned off, too.

The solution is to properly use postgresql's escape mechanisms, e.g. http://www.postgresql.org/docs/9.0/static/datatype-binary.html#AEN5037 or http://www.postgresql.org&lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-05-30T19:26:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1338">
    <title>activerecord-jdbcmssql-adapter</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1338</link>
    <description>&lt;pre&gt;I just installed the AR jdbcmssql adapter for use on a rails app that connects to a MS Sql server 2000.  I am having issues with Object.first.  I'm getting an error about ROW_NUMBER not being a recognized as a valid function name.  I found this patch http://permalink.gmane.org/gmane.comp.lang.jruby.extras.devel/1049.  My question is can I specify that I'm using sql server 2000 somehow?

Justin
&lt;/pre&gt;</description>
    <dc:creator>Justin Kay</dc:creator>
    <dc:date>2010-05-14T16:03:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1337">
    <title>[ jruby-extras-Bugs-18604 ] activerecord-jdbcdoes not handle schemaname.tablename naming construct with mysql</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1337</link>
    <description>&lt;pre&gt;Bugs item #18604, was opened at 2008-03-04 22:05
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=18604&amp;amp;group_id=2014

Category: AR-JDBC
Group: 0.2.3
Status: Closed
Resolution: None
Priority: 3
Submitted By: Greg Orlowski (gregorlowski)
Assigned to: Nobody (None)
Summary: activerecord-jdbc does not handle schemaname.tablename naming construct with mysql

Initial Comment:
In rails with MRI + MySQL, we are able to use the following construct for setting table names in our model classes:

set_table_name "#{databasename}.tablename"

where databasename represents a MySQL database (schema). We need to do this because our app spans multiple databases (legacy db), and different model classes reference different schemas (effectively databases in MySQL).

In JRuby with activerecord-jdbcmysql-adapter-0.7.2, (warbler deployed on tomcat), we get the error (as a rails error page):

Table databasename. does not exist

(where databasename is the name of our dbschema).

I confirmed that i&lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-05-13T14:03:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1336">
    <title>[ jruby-extras-Bugs-18604 ] activerecord-jdbcdoes not handle schemaname.tablename naming construct with mysql</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1336</link>
    <description>&lt;pre&gt;Bugs item #18604, was opened at 2008-03-04 22:05
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=18604&amp;amp;group_id=2014

Category: AR-JDBC
Group: 0.2.3
Resolution: None
Priority: 3
Submitted By: Greg Orlowski (gregorlowski)
Assigned to: Nobody (None)
Summary: activerecord-jdbc does not handle schemaname.tablename naming construct with mysql

Initial Comment:
In rails with MRI + MySQL, we are able to use the following construct for setting table names in our model classes:

set_table_name "#{databasename}.tablename"

where databasename represents a MySQL database (schema). We need to do this because our app spans multiple databases (legacy db), and different model classes reference different schemas (effectively databases in MySQL).

In JRuby with activerecord-jdbcmysql-adapter-0.7.2, (warbler deployed on tomcat), we get the error (as a rails error page):

Table databasename. does not exist

(where databasename is the name of our dbschema).

I confirmed that if I remove the &lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-05-13T14:03:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1335">
    <title>[ jruby-extras-Bugs-27921 ] Error: caused byundefined method `jdbc_oracle_insert' for class`ActiveRecord::ConnectionAdapters::JdbcAdapter'</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1335</link>
    <description>&lt;pre&gt;Bugs item #27921, was opened at 2010-03-03 21:30
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=27921&amp;amp;group_id=2014

Category: AR-JDBC
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Mathew Duafala (mduafala)
Assigned to: Nobody (None)
Summary: Error: caused by undefined method `jdbc_oracle_insert' for class `ActiveRecord::ConnectionAdapters::JdbcAdapter'

Initial Comment:
0.9.3 appears to be broken for oracle connections (We're using rails 2.2.2 and jruby)

Error: caused by undefined method `jdbc_oracle_insert' for class `ActiveRecord::ConnectionAdapters::JdbcAdapter'
      /local/home/xncore/deploy/97/jetty/webapps/root/WEB-INF/gems/gems/activerecord-jdbc-adapter-0.9.3-java/lib/active_record/connection_adapters/jdbc_adapter.rb:197:in `alias_chained_method'
/local/home/xncore/deploy/97/jetty/webapps/root/WEB-INF/gems/gems/activerecord-jdbc-adapter-0.9.3-java/lib/jdbc_adapter/jdbc_oracle.rb:30:in `extended'
/local/home/xncore/deploy/97/jetty/webapps/&lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-03-12T00:28:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1334">
    <title>[ jruby-extras-Bugs-18604 ] activerecord-jdbcdoes not handle schemaname.tablename naming construct with mysql</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1334</link>
    <description>&lt;pre&gt;Bugs item #18604, was opened at 2008-03-05 07:05
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=18604&amp;amp;group_id=2014

Category: AR-JDBC
Group: 0.2.3
Status: Open
Resolution: None
Priority: 3
Submitted By: Greg Orlowski (gregorlowski)
Assigned to: Nobody (None)
Summary: activerecord-jdbc does not handle schemaname.tablename naming construct with mysql

Initial Comment:
In rails with MRI + MySQL, we are able to use the following construct for setting table names in our model classes:

set_table_name "#{databasename}.tablename"

where databasename represents a MySQL database (schema). We need to do this because our app spans multiple databases (legacy db), and different model classes reference different schemas (effectively databases in MySQL).

In JRuby with activerecord-jdbcmysql-adapter-0.7.2, (warbler deployed on tomcat), we get the error (as a rails error page):

Table databasename. does not exist

(where databasename is the name of our dbschema).

I confirmed that if &lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-03-07T10:29:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1333">
    <title>[ jruby-extras-Bugs-27921 ] Error: caused byundefined method `jdbc_oracle_insert' for class`ActiveRecord::ConnectionAdapters::JdbcAdapter'</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1333</link>
    <description>&lt;pre&gt;Bugs item #27921, was opened at 2010-03-03 21:30
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=27921&amp;amp;group_id=2014

Category: AR-JDBC
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Mathew Duafala (mduafala)
Assigned to: Nobody (None)
Summary: Error: caused by undefined method `jdbc_oracle_insert' for class `ActiveRecord::ConnectionAdapters::JdbcAdapter'

Initial Comment:
0.9.3 appears to be broken for oracle connections (We're using rails 2.2.2 and jruby)

Error: caused by undefined method `jdbc_oracle_insert' for class `ActiveRecord::ConnectionAdapters::JdbcAdapter'
      /local/home/xncore/deploy/97/jetty/webapps/root/WEB-INF/gems/gems/activerecord-jdbc-adapter-0.9.3-java/lib/active_record/connection_adapters/jdbc_adapter.rb:197:in `alias_chained_method'
/local/home/xncore/deploy/97/jetty/webapps/root/WEB-INF/gems/gems/activerecord-jdbc-adapter-0.9.3-java/lib/jdbc_adapter/jdbc_oracle.rb:30:in `extended'
/local/home/xncore/deploy/97/jetty/webapps/&lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-03-03T21:30:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1329">
    <title>Easy syntax highlighting of Ruby within a Javaeditor?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1329</link>
    <description>&lt;pre&gt;_______________________________________________
Jruby-extras-devel mailing list
Jruby-extras-devel-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/jruby-extras-devel&lt;/pre&gt;</description>
    <dc:creator>Raphaël Valyi</dc:creator>
    <dc:date>2010-02-13T18:13:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1328">
    <title>Shutting this list down</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1328</link>
    <description>&lt;pre&gt;I'm going to shut this list down. There's no traffic, other than
blocked spam posts I have to ignore, and there's better lists for
JRuby and JRuby-related projects.

- Charlie
&lt;/pre&gt;</description>
    <dc:creator>Charles Oliver Nutter</dc:creator>
    <dc:date>2010-02-11T17:48:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1327">
    <title>[1151] trunk/dbd-jdbc/PROJECT_HAS_MOVED: KenaiI hardly knew ye</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1327</link>
    <description>&lt;pre&gt;_______________________________________________
Jruby-extras-devel mailing list
Jruby-extras-devel-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/jruby-extras-devel&lt;/pre&gt;</description>
    <dc:creator>nobody-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-01-31T17:06:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1326">
    <title>[ jruby-extras-Bugs-22018 ]db:test:clone_structure task sends illegal character to Oracle</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1326</link>
    <description>&lt;pre&gt;Bugs item #22018, was opened at 2008-09-18 22:00
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=22018&amp;amp;group_id=2014

Category: AR-JDBC
Group: None
Status: Closed
Resolution: None
Priority: 3
Submitted By: Nigel Ramsay (nigelramsay)
Assigned to: Nobody (None)
Summary: db:test:clone_structure task sends illegal character to Oracle

Initial Comment:
When running "rake db:test:clone_structure", I get the following error:

ActiveRecord::ActiveRecordError: ORA-00911: invalid character:
INSERT INTO schema_migrations (version) VALUES ('20080915031553');

The illegal character that Oracle is complaining about is the trailing semi-colon. The log file shows the preceding statements executing successfully. Note there do not have a tailing semi-colon: 

[...snip]
INSERT INTO schema_migrations (version) VALUES ('20080724033916')
INSERT INTO schema_migrations (version) VALUES ('20080901223816')
INSERT INTO schema_migrations (version) VALUES ('20080903231452')
INSERT INTO schema_migrat&lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-01-12T19:34:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1324">
    <title>jdbc postgres INSERT RETURNING</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1324</link>
    <description>&lt;pre&gt;Running execute with the postgres jdbc driver like so

  def self.up
    execute('INSERT INTO foo (a,b) VALUES (1,2) RETURNING (id)')
  end

results in the following error

    ActiveRecord::ActiveRecordError: A result was returned when none
was expected.: INSERT INTO foo (a,b) VALUES (1,2) RETURNING (id)

Any suggestions?
&lt;/pre&gt;</description>
    <dc:creator>Monroe, Grant</dc:creator>
    <dc:date>2009-10-30T23:39:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1323">
    <title>[ jruby-extras-Bugs-27151 ] Rcov-java bugFix</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1323</link>
    <description>&lt;pre&gt;Bugs item #27151, was opened at 20/09/2009 17:13
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=27151&amp;amp;group_id=2014

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By:   (anoiaque)
Assigned to: Nobody (None)
Summary: Rcov-java bugFix

Initial Comment:
Hey,

First , thanks for rcov for jruby. 
I 've fixed a bug on it ,perhaps it hides a more large problem, but now i get my rcov reports for my jruby app.

Bug : When you lauch rcov($ rcov test/test_*.rb), you get :
rcov.rb:654:in `aggregate_data': NilClass can't be coerced into Fixnum (TypeError)"

An array contains nil values (normal?) , so +=nil give this error

I've fixed it like that :

line 654 : cov_arr.each_with_index{|x,i| dest[i] += x} 
replaced by :  cov_arr.each_with_index{|x,i| dest[i] += x if x }  


About : I work on active-record jdbc adapter for Progress OpenEdge Databases.
The beta version is released. It will be on Kenai Project.
If you are interested in ..

Bye
Best Regard&lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-09-20T17:13:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1322">
    <title>[ jruby-extras-Bugs-27115 ] NativeExceptionthrown by jruby-ldap when run in a servlet container</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1322</link>
    <description>&lt;pre&gt;Bugs item #27115, was opened at 2009-09-16 12:53
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=27115&amp;amp;group_id=2014

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Jesse Rankin (jvr)
Assigned to: Nobody (None)
Summary: NativeException thrown by jruby-ldap when run in a servlet container

Initial Comment:
There is a bug in jruby-ldap that causes a NativeException when connecting if your app is running in a servlet container (tomcat and glassfish at least).  I ran into this problem and eventually found a patch here that resolves the problem:

http://archive.codehaus.org/lists/org.codehaus.jruby.user/msg/4921724F.9060104-a1OEOm8ubKQ&amp;lt; at &amp;gt;public.gmane.org

http://pastie.org/316793

Here is the top of my stack trace on glassfish:

NativeException (javax.naming.NotContextException: Not an instance of DirContext):
  javax/naming/directory/InitialDirContext.java:92:in `getURLOrDefaultInitDirCtx'
  javax/naming/directory/InitialDirContext.java:248:&lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-09-16T16:53:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1321">
    <title>[ jruby-extras-Bugs-27067 ]validates_uniqueness_of broken</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1321</link>
    <description>&lt;pre&gt;Bugs item #27067, was opened at 2009-09-08 10:23
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=27067&amp;amp;group_id=2014

Category: AR-JDBC
Group: None
Resolution: None
Priority: 3
Submitted By: Michael Hier (tamaloa)
Assigned to: Nobody (None)
Summary: validates_uniqueness_of broken

Initial Comment:
Hope this is the right place :)

Using jRuby and jdbcsqlite3:
Trying to use validates_uniqueness_of :name in a model has no effect at all. It is possible to create and save several records with the same name! Seems as if the constructed sql-queries do not contain the actual field-string.
Example:
A query to a user model with unique :name would look like this
user_one.save
SELECT users.id FROM users WHERE (users.name = '')
INSERT INTO users (name, created_at, updated_at) VALUES('one', '2009-09-08 15:04:00', '2009-09-08 15:04:00')

----------------------------------------------------------------------

Comment By: Nick Sieger (nicksieger)
Date: 2009-09-08 14:02

Message:
Hi, we n&lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-09-08T19:02:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1320">
    <title>[ jruby-extras-Bugs-27067 ]validates_uniqueness_of broken</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1320</link>
    <description>&lt;pre&gt;Bugs item #27067, was opened at 2009-09-08 15:23
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=27067&amp;amp;group_id=2014

Category: AR-JDBC
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Michael Hier (tamaloa)
Assigned to: Nobody (None)
Summary: validates_uniqueness_of broken

Initial Comment:
Hope this is the right place :)

Using jRuby and jdbcsqlite3:
Trying to use validates_uniqueness_of :name in a model has no effect at all. It is possible to create and save several records with the same name! Seems as if the constructed sql-queries do not contain the actual field-string.
Example:
A query to a user model with unique :name would look like this
user_one.save
SELECT users.id FROM users WHERE (users.name = '')
INSERT INTO users (name, created_at, updated_at) VALUES('one', '2009-09-08 15:04:00', '2009-09-08 15:04:00')

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=&lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-09-08T15:23:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1318">
    <title>[ jruby-extras-Bugs-27002 ] Javasand doesn'tmaintain state across evals</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1318</link>
    <description>&lt;pre&gt;Bugs item #27002, was opened at 2009-08-26 19:03
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=27002&amp;amp;group_id=2014

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Jonathan Rudenberg (titanous)
Assigned to: Nobody (None)
Summary: Javasand doesn't maintain state across evals

Initial Comment:
    &amp;gt;&amp;gt; s = Sandbox.new
    =&amp;gt; #&amp;lt;Sandbox::Full:0x6691da &amp;lt; at &amp;gt;options={}&amp;gt;
    &amp;gt;&amp;gt; s.eval 'a = 1'
    =&amp;gt; 1
    &amp;gt;&amp;gt; s.eval 'a'
    Sandbox::Exception: NameError: undefined local variable or method `a' for main:Object

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&amp;amp;atid=7857&amp;amp;aid=27002&amp;amp;group_id=2014
&lt;/pre&gt;</description>
    <dc:creator>noreply-GrnCvJ7WPxnNLxjTenLetw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-08-26T23:03:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1310">
    <title>Using PostgreSQL with JRuby and Rails</title>
    <link>http://comments.gmane.org/gmane.comp.lang.jruby.extras.devel/1310</link>
    <description>&lt;pre&gt;_______________________________________________
Jruby-extras-devel mailing list
Jruby-extras-devel-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/jruby-extras-devel&lt;/pre&gt;</description>
    <dc:creator>Bryan Richardson</dc:creator>
    <dc:date>2009-08-25T20:44:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.jruby.extras.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.jruby.extras.devel</link>
  </textinput>
</rdf:RDF>

