forked from sPHENIX-Collaboration/RDBC
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
executable file
·28 lines (17 loc) · 987 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
* News in version 1.0.2:
* ASCII file (CSV format) interface implemented
* package can be built with SRT ( Software Release Tools )
* News in version 1.0.2:
* GNU autotools introduced for configuring/compiling/installation
* Many structual changes. Main of these are the following:
- TSQLResultSet is inherited from TSQLResult (from ROOT SQL interface)
- TSQLResultSet methods Next(),Previous(),Absolute(),Relative()
return TSQLRow ( naitive ROOT SQL )
- new class TRDBCServer derived from TSQLServer ( naitive ROOT SQL )
that makes RDBC to be "ROOT SQL complient"
- Possibility to connect via JDBC-URL-like string ( dynamic DSN )
e.g. "mysql://myhost/mydb:3306" was implemented
* Benchmark script was added to test suite macros
* Numerous bug fixes
* News in version 1.0.1:
* First public pre-pre-release