I'm missing the possibility to use JDBC prepared statements. When the database gets under heavy load one day, it might be necessary to optimize everything that can be optimized.
I was surprised to not find a single thread regarding this topic.
Pepared Statements
Also I feel a little crippled by only being able to get Strings out of the DataRow. Am I getting something wrong or does this mean I have to parse every number and date I want to read from the database?
I would like to make use of the database features provided by SFS, for example the connection pool, but with such limitations I think I rather write my own db connector
Of course there is always a conflict between keeping the API simple and providing some flexibility. I would be happy to see SFS concentrate on the latter.
I would like to make use of the database features provided by SFS, for example the connection pool, but with such limitations I think I rather write my own db connector
Of course there is always a conflict between keeping the API simple and providing some flexibility. I would be happy to see SFS concentrate on the latter.
We use Apache dbcp from their "Commons" library -> http://commons.apache.org/dbcp/