Metadata-Version: 1.0
Name: ll-orasql
Version: 1.26
Summary: Utilities for working with cx_Oracle
Home-page: http://www.livinglogic.de/Python/orasql/
Author: Walter Doerwald
Author-email: walter@livinglogic.de
License: Python
Download-URL: http://www.livinglogic.de/Python/Download.html#orasql
Description: ll-orasql contains utilities for working with ``cx_Oracle``: It allows
        calling Oracle procedures via keyword arguments, it wraps the result of
        fetch calls in a custom dictionary and it contains some utilitiy functions
        and scripts for accessing and copying database metadata.
        
        
        Changes in 1.26 (released 03/27/2009)
        -------------------------------------
        
        *	``ll.orasql`` now requires cx_Oracle 5.0 compiled in Unicode mode
        (i.e. with ``WITH_UNICODE=1``). Lots of unicode handling stuff has been
        rewritten to take advantage of Unicode mode.
        
        *	``orafind`` has a new option ``--encoding`` to decode the searchstring on the
        commandline.
        
        *	The ``Pool`` constructor now supports the additional arguments
        ``getmode`` and ``homogeneous`` from cx_Oracle 5.0.
        
        *	Fix a typo in ``Privilege.grantddl``.
        
        
        
Keywords: database,Oracle,cx_Oracle,record,procedure,schema
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python License (CNRI Python License)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database
