فهرست منبع

let's name the column 'select' because this is a keyword on all platforms

Thomas Müller 10 سال پیش
والد
کامیت
230e5e3788
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      tests/data/db_structure.xml
  2. 1 1
      tests/data/db_structure2.xml

+ 1 - 1
tests/data/db_structure.xml

@@ -229,7 +229,7 @@
 	<declaration>
 
 	<field>
-		<name>key</name>
+		<name>select</name>
 		<type>text</type>
 		<default></default>
 		<notnull>true</notnull>

+ 1 - 1
tests/data/db_structure2.xml

@@ -125,7 +125,7 @@
 		<declaration>
 
 			<field>
-				<name>key</name>
+				<name>select</name>
 				<type>text</type>
 				<default></default>
 				<notnull>false</notnull>