branches with status:
Name Status Last Modified Last Commit
lp:~zeomega/+junk/storm_mssql 1 Development 2010-02-01 19:01:21 UTC
1. Initial import.

Author: Jason Baker
Revision Date: 2010-02-01 19:00:44 UTC

Initial import.

lp:~zeomega/+junk/storm_oracle 1 Development 2010-02-01 18:58:35 UTC
7. Incrementing version number and updat...

Author: Jason Baker
Revision Date: 2009-11-13 18:41:35 UTC

Incrementing version number and updating dependencies.

lp:~zeomega/+junk/storm_analytics 1 Development 2010-01-08 17:30:15 UTC
10. Removing the error on partition and o...

Author: Jason Baker
Revision Date: 2010-01-08 17:30:15 UTC

Removing the error on partition and order by and adding partitioning support.

lp:~zeomega/storm/zeomega_storm bug 1 Development 2009-08-10 13:26:54 UTC
339. A fix for ordering dependence in Stor...

Author: Jason Baker
Revision Date: 2009-06-30 18:06:29 UTC

A fix for ordering dependence in StoreTest.test_reference_set_find.

lp:~zeomega/storm/storm_ms_sql_2005 bug 1 Development 2009-04-17 00:47:16 UTC
227. This update contains about eight mont...

Author: ballen
Revision Date: 2009-04-17 00:31:55 UTC

This update contains about eight months of changes resulting
from use in a production environment, including:

* MS SQL backend for Storm now supports checking for T-SQL reserved keywords
  and escaping them with square brackets.

* Added docstring to explain configurable options for db connectors,
  enabling of select statements WITH(NOLOCK), and enabling
  options for managing SET IDENTITY_INSERT.

* SET IDENTITY INSERT management is now disabled by default
  because it seriously harms performance (but it enables more
  Storm unit tests to pass).

* Storm backend for MS SQL Server now supports using WITH(NOLOCK), as
  a configurable global setting.

* Added the SQL Server ISNULL function (called IsNull in Python)

* Added configurable support mx executedirect option for Storm MSSQL backend;
  however, this needs to be refactored out of the main mssql.py module.

* Fixed bug encountered when ENABLE_IDENTITY_INSERT = False in which
  all SQL statements were double executed.

* The mxODBC Storm backend connector now customizes mxODBC to use Python datetime
  instead of mxODBC datetime, because Storm doesn't handle mxDateTime.

15 of 5 results