[jboss-cvs] JBossCache/etc ...

Mircea Markus mircea.markus at gmail.com
Wed Feb 21 08:31:00 EST 2007


  User: mmarkus 
  Date: 07/02/21 08:31:00

  Modified:    etc      cache-jdbc.properties
  Log:
  modified comment for sql-concat property
  
  Revision  Changes    Path
  1.10      +1 -1      JBossCache/etc/cache-jdbc.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cache-jdbc.properties
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/cache-jdbc.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- cache-jdbc.properties	10 Feb 2007 17:47:03 -0000	1.9
  +++ cache-jdbc.properties	21 Feb 2007 13:31:00 -0000	1.10
  @@ -11,7 +11,7 @@
   cache.jdbc.parent.column=parent
   # Specify your DBMS's string concatenation function syntax in the following manner: concat(1 , 2) -> '12'.
   # This syntax should work an most popular DBMS like oracle, db2, mssql, mysql, PostgreSQL. Derby - on which 
  -the tests are run does not support 'concat', but '1 || 2' . If no value is sepcified then concat(1 , 2) is used by default.
  +#the tests are run does not support 'concat', but '1 || 2' . If no value is sepcified then concat(1 , 2) is used by default.
   cache.jdbc.sql-concat=1 || 2
   
   # JBoss Cache Table properties for Hypersonic, just overrides
  
  
  



More information about the jboss-cvs-commits mailing list