~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to doc/build/core/engines.rst

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2013-10-28 22:29:40 UTC
  • mto: (1.6.9)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: package-import@ubuntu.com-20131028222940-t6h277tm5kaiepk4
Tags: upstream-0.8.3
Import upstream version 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
Oracle
126
126
------
127
127
 
128
 
cx_oracle is usualjy used here::
 
128
cx_oracle is usually used here::
129
129
 
130
130
    engine = create_engine('oracle://scott:tiger@127.0.0.1:1521/sidname')
131
131