Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /RDBC/NEWS is written in an unsupported language. File is not indexed.

0001 * News in version 1.0.2:
0002 
0003                         * ASCII file (CSV format) interface implemented
0004                         * package can be built with SRT ( Software Release Tools ) 
0005 
0006 * News in version 1.0.2:
0007 
0008          * GNU autotools introduced for configuring/compiling/installation
0009 
0010          * Many structual changes. Main of these are the following:
0011           
0012             - TSQLResultSet is inherited from TSQLResult (from ROOT SQL interface) 
0013             - TSQLResultSet methods Next(),Previous(),Absolute(),Relative()
0014               return TSQLRow ( naitive ROOT SQL )   
0015             - new class TRDBCServer derived from TSQLServer ( naitive ROOT SQL ) 
0016 
0017            that makes RDBC to be "ROOT SQL complient" 
0018 
0019             - Possibility to connect via JDBC-URL-like string ( dynamic DSN ) 
0020               e.g. "mysql://myhost/mydb:3306" was implemented
0021              
0022          * Benchmark script was added to test suite macros 
0023 
0024          * Numerous bug fixes
0025 
0026 * News in version 1.0.1:
0027 
0028          * First public pre-pre-release