Mercurial > sqlpython
comparison sqlpyPlus.py @ 109:38ee1ca92801 v1.4.6.1
version 1.4.6.1
author | catherine@Elli.myhome.westell.com |
---|---|
date | Mon, 09 Jun 2008 23:13:39 -0400 |
parents | 31de4c0b06ee |
children | 289b0a472b65 |
comparison
equal
deleted
inserted
replaced
108:8ae2ea30095d | 109:38ee1ca92801 |
---|---|
12 - comments shows table and column comments | 12 - comments shows table and column comments |
13 - compare ... to ... graphically compares results of two queries | 13 - compare ... to ... graphically compares results of two queries |
14 - commands are case-insensitive | 14 - commands are case-insensitive |
15 | 15 |
16 Use 'help' within sqlpython for details. | 16 Use 'help' within sqlpython for details. |
17 | |
18 Compatible with sqlpython v1.3 | |
19 | 17 |
20 Set bind variables the hard (SQL*Plus) way | 18 Set bind variables the hard (SQL*Plus) way |
21 exec :b = 3 | 19 exec :b = 3 |
22 or with a python-like shorthand | 20 or with a python-like shorthand |
23 :b = 3 | 21 :b = 3 |