• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- ::xo::db::Class->get_instances_from_db: return order-composite with

object of the actual type (not only ::xotcl::Object)

- provide option '-quoted" to update_revision to allow sql-functions to be passed as well

- flush cache entries in CrItem->set_live_revision

  1. … 1 more file in changeset.
adding parameters for ns_cache sizes

  1. … 1 more file in changeset.
fix for Oracle style date formats

Typo in instantiate_procs doc.

make sure to fully qualify the id-column for fetching instances from the database

some further cleanup and more detailed error checking for automatically generated package names and table names.

roll back the changes in xotcl-core to the state of 2008-06-18 in order avoid conflicts in the release cycle

  1. … 8 more files in changeset.
urgent fix for recent change for explicit sql package name handling

  1. … 1 more file in changeset.
urgent fix for recent changes for sql_package names

  1. … 1 more file in changeset.
merge in recent fixes from head

  1. … 8 more files in changeset.
- new attribute for ::xo::db::Class: sql_package_name

to allow class write to specify the SQL package name (which

is limited to 31 characters)

- fix for date time declaration in PostgreSQL

- rename flag "as_order_composite" of ::xo::db::Class->instantiate_objects to "as_ordered_composite"

- add delete method (opposite of existing "add") to ordered composite

  1. … 2 more files in changeset.
- rename flag "as_order_composite" of ::xo::db::Class->instantiate_objects to "as_ordered_composite"

- add delete method (opposite of existing "add") to ordered composite

  1. … 2 more files in changeset.
handle invisible tables in table_exists correctly

handle invisible tables in table_exists correctly.

generalized temp table support

simple framework support for temporary tables

add missing dot between table and column name

add missing dot between table and column name

make SQL importer more robust, provide content-disposition for csv-output, provde has_hstore in symmetry to has_ltree

  1. … 1 more file in changeset.
make importer more robust with strange names of stored precedures in SQL.

- adding has_hstore (similar to has_ltree)

- fix for oracle

- improve (clusterwide) cache management

- fix documentation (api browser)

  1. … 2 more files in changeset.
fix typos in pseudo-comments for api-doc

  1. … 1 more file in changeset.
make timezone parsing more robust

make loading of interface to stored procedures more robust

  1. … 4 more files in changeset.
make db functions more robust to invalid input (e.g. uppercase table names in acs_object_types, spacing in stored procedures)

some minor oracle fixes

  1. … 1 more file in changeset.
make page_order available for Oracle and postgres installations without ltree

bump version numbers for upgrade script

  1. … 8 more files in changeset.
changing all_tables to user_tables, the same for _indexes and _views, so table creation works in a per user basis, before was for all the oracle database