File: tedia2sqlrc

package info (click to toggle)
tedia2sql 1.2.12-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 384 kB
  • ctags: 553
  • sloc: perl: 2,196; sql: 1,683; makefile: 31; sh: 24
file content (24 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# rcfile for tedia2sql
#
# format is VARIABLE = VALUE or VARIABLE = "VALUE" if you
# like quotes... but I don't recommend them
#
# Once inside tedia2sql, you retrieve these via
# $cfg->{VARIABLE} which holds the value

# Set this to the version of Dia you're using
diaVersion = 0.91

# Your preferred database output
# The database version isn't used yet... 
defaultDatabase = oracle
defaultDatabaseVersion = 8.1.7

# If you like to have "drop statements" in your SQL
# output, set this to "true"
dropStatements = true

# If you want to have multiple SQL files output each
# time, set this to "true"
separateSQLFiles = false