Commit Graph

4 Commits

Author SHA256 Message Date
8596d74523 Accepting request 857894 from home:pmonrealgonzalez:branches:Java:packages
- Fix service section to use the libexec directory [bsc#1179973]
- Add After=network.target to systemd service
- Remove bundled servlet api

OBS-URL: https://build.opensuse.org/request/show/857894
OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=40
2020-12-25 20:37:19 +00:00
Michal Vyskocil
d80128d00c typo in service file
OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=13
2013-09-05 10:50:20 +00:00
Michal Vyskocil
7c6ad50dc0 * hsqldb-1.8.0.10-suse-initscript.patch (systemd service is used)
* hsqldb-tmp.patch (hsqldb-wrapper is used)

OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=12
2013-09-05 10:49:50 +00:00
Michal Vyskocil
905c2c92bc - Update to 2.2.9
* new core fully multithreaded core supports 2PL (two-phased locking)
    and MVCC (multiversion concurrency control), plus a hybrid 2PL+MVCC
    transaction control mode
  * Massive high performance LOB store for BLOBs and CLOBs up to multi-gigabyte
    size, with total storage capacity of 64 terabytes.
  * Increased default storage space of 16GB for ordinary data, with fast
    startup and shutdown. Storage space can be extended to 2TB.
  * Large result sets, views and subqueries can now be stored on disk (on the
    server side) while being generated and accessed. The threshold to store
    a result on disk, as well as the actual fetch size in client-server
    configurations can be specified per connection.
  * All query conditions, whether in a JOIN or WHERE clause, are now
    allocated to an index if possible.
  * HyperSQL supports schema-based stored procedures and functions written
    entirely in SQL and JAVA.
  * Support for BIT, BIT VARYING, CLOB, BLOB, INTERVAL according to the
    SQL Standards
  * and many more - see http://hsqldb.sourceforge.net/web/features200.html
- Dropped patches
  * hsqldb-1.8.0-scripts.patch
  * hsqldb-1.8.0.10-suse-initscript.patch
  * hsqldb-jdbc-4.1.patch
  * hsqldb-tmp.patch
- New patches
  * hsqldb-apidocs.patch
  * hsqldb-cmdline.patch
- systemd integration and drop init script

OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=11
2013-09-04 12:48:43 +00:00