Modify ↓
#1709 closed defect (fixed)
Bugfix
| Reported by: | bewst | Owned by: | John Hampton |
|---|---|---|---|
| Priority: | high | Component: | SqliteToPgScript |
| Severity: | blocker | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
-
sqlite2pg
300 300 print ("You must specify a project name\n") 301 301 sys.exit(1) 302 302 options.project = args[0] 303 options.tracenv = os.path.join(opt s.tracbase, args[0])303 options.tracenv = os.path.join(options.tracbase, args[0]) 304 304 305 305 if not options.pg_uri.startswith('postgres://'): 306 306 print ("You must specify a valid URI for the PostgreSQL database.")
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 18 years ago by
Note: See
TracTickets for help on using
tickets.



(In [2376]) * Fixes #1709