Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 233  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussions related to Xerial (XML DBMS) and other derivative projects.
 

"No such column" error for table alias defined inside brackets 
  Hello, I have the same problem that is described here [link] When I am running the query directly in Sqlite, everything works fine. The exception appears in conn.prepareStatement line. I am using sqlite-jdbc-3.7.15-SNAPSHOT-2. jar in Ubuntu 12.04 with Java 6... more »
By Iosipos Mpekenmpaouer  - May 13 - 12 new of 12 messages    

runtime exceptions 
  Hi I have the following code: ... rs = stmt.executeQuery(selectQuery) ; boolean isClosed = rs.isClosed(); ... and using both sqlite-jdbc-3.7.6.3-20110609.0 81603-3.jar and sqlite-jdbc-3.7.15-SNAPSHOT-2. jar get the following exception thrown at the call to ResultSet.isClosed():... more »
By gmseed  - May 11 - 9 new of 9 messages    

DatabaseMetaData.getTables() Memory Leak? 
  Taro/Grace-       I found a pretty significant memory leak when calling this routine:             java.sql.DatabaseMetaData dbmd = conn.getMetaData();             java.sql.ResultSet rs = dbmd.getTables(null,null,null, new String[]{"TABLE"});             rs.close();... more »
By Peter Borissow  - May 10 - 9 new of 9 messages    

comparing two byte arrays 
  Hi When comparing two byte arrays [of type BLOB] is the correct method as follows: "CREATE TABLE BytesTable(id INTEGER PRIMARY KEY NOT NULL, bytes BLOB)"; ... byte[] byteArray; ... String query = "select * from BytesTable where bytes==byteArray"; Thanks Graham
By gmseed  - May 1 - 4 new of 4 messages    

Trying to create new database on connection 
  I am trying to create a database in an embedded java program with the following code: String dbName = "testdb"; String driver = "org.sqlite.JDBC"; String connectString = "jdbc:sqlite::memory:" (i have also tried "jdbc:sqlite:") try { Class.forName(driver);... more »
By Jonathan Schmidt  - Apr 25 - 4 new of 4 messages    

reg data loss in snappy java 
  Hi All, What mechanism is used in Snappy to verify there is no data loss like Checksum and CRC? Thanks.
By Manoj Babu  - Apr 25 - 1 new of 1 message    

Parsing out multiple sqlite queries 
  Hi there, Ideally, I'd like to use Xerials' jdbc-sqlite to run queries like "SELECT 1; SELECT 2"; i.e., running multiple queries in one go. JDBC doesn't tend to allow this, so the trick is to parse out the SQL. Does anyone have here have any recommendations on solutions that do that, using sqlite's parser?... more »
By philip zeyliger  - Apr 10 - 2 new of 2 messages    

using sqlite native library from OS/environment 
  Hello, I was wondering if it is possible to *not* use the bundled sqlite native library but instead use an external library (i.e. the one coming with the linux distro)? I have also another question. I will be using the database as a local cache store so schema would be very simplistic. Ease of configuration is a major... more »
By Aleksandar Kostadinov  - Mar 27 - 2 new of 2 messages    

snappy-java-1.1.0-M1 release 
  Hi, I released a new version of snappy-java-1.1.0-M1: [link] This version is already available in the Maven central repository. This update slightly improves the compression performance. For details see: [link]... more »
By Taro L. Saito  - Mar 27 - 1 new of 1 message    

Understanding basic functionality 
  Hi everyone, I'm relatively new to this technology and before I dive in using it to create my first Java program I am wondering if it is capable of the following: I have a java program that uses a database and constantly updates a Highscores.db file. Instead of adjusting the current java program code - i'd like to rather... more »
By Xodz  - Mar 20 - 2 new of 2 messages    

1 - 10 of 233   « Newer | Older »

XML       Send email to this group: xerial@googlegroups.com