View | Details | Raw Unified | Return to bug 205744 | Differences between
and this patch

Collapse All | Expand All

(-)convert-tsql (-1 / +3 lines)
Lines 96-102 Link Here
96
			-e 's/@SERIAL_TYPE@/SERIAL PRIMARY KEY/' \
96
			-e 's/@SERIAL_TYPE@/SERIAL PRIMARY KEY/' \
97
			-e 's/@BIG_INTEGER_UNSIGNED@/INT8/' \
97
			-e 's/@BIG_INTEGER_UNSIGNED@/INT8/' \
98
			-e 's/@TRACK_KEY_LEN@/512/' \
98
			-e 's/@TRACK_KEY_LEN@/512/' \
99
			-e 's/@SERIAL_REF_TYPE@/INT8/' < "$file"
99
			-e 's/@SERIAL_REF_TYPE@/INT8/' \
100
			-e 's/#/--/' \
101
			-e '/^\s*$/d' < "$file"
100
		;;
102
		;;
101
	"sqlite")
103
	"sqlite")

Return to bug 205744