rhodes 2.3.2 → 2.4.0.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (623) hide show
  1. data/CHANGELOG +18 -0
  2. data/CREDITS +38 -0
  3. data/README.md +2 -2
  4. data/Rakefile +60 -2
  5. data/bin/set-rhodes-sdk.bat +1 -0
  6. data/doc/application.txt +11 -0
  7. data/doc/build.txt +156 -39
  8. data/doc/configuration.txt +1 -10
  9. data/doc/connect-to-web-services.txt +6 -6
  10. data/doc/device-caps.txt +48 -5
  11. data/doc/extensions.txt +8 -1
  12. data/doc/rhom.txt +16 -0
  13. data/doc/synchronization.txt +56 -14
  14. data/doc/ui.txt +23 -2
  15. data/installer/instant-rhodes.nsi +6 -6
  16. data/lib/extensions/barcode/ext/barcode/platform/iphone/Barcode.xcodeproj/project.pbxproj +4 -2
  17. data/lib/extensions/barcode/ext/barcode/platform/wm/Rakefile +1 -1
  18. data/lib/extensions/digest-md5/ext/Rakefile +3 -3
  19. data/lib/extensions/digest-md5/ext/build +0 -1
  20. data/lib/extensions/digest-sha1/ext/Rakefile +1 -1
  21. data/lib/extensions/digest-sha1/ext/build +0 -1
  22. data/lib/extensions/digest/ext/Rakefile +3 -3
  23. data/lib/extensions/digest/ext/build +0 -1
  24. data/lib/extensions/fcntl/ext/Rakefile +1 -1
  25. data/lib/extensions/mspec/mspec/guards/guard.rb +4 -0
  26. data/lib/extensions/mspec/mspec/helpers/environment.rb +4 -0
  27. data/lib/extensions/nfc/ext.yml +2 -0
  28. data/lib/extensions/nfc/ext/build +12 -0
  29. data/lib/extensions/nfc/ext/build.bat +8 -0
  30. data/lib/extensions/nfc/ext/nfc/platform/android/AndroidManifest.xml +25 -0
  31. data/lib/extensions/nfc/ext/nfc/platform/android/Rakefile +94 -0
  32. data/lib/extensions/nfc/ext/nfc/platform/android/ext_build.files +4 -0
  33. data/lib/extensions/nfc/ext/nfc/platform/android/jni/src/nfc.cpp +404 -0
  34. data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/Nfc.java +138 -0
  35. data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcMessage.java +34 -0
  36. data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcMessagePack.java +33 -0
  37. data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcRecord.java +149 -0
  38. data/lib/extensions/nfc/ext/nfc/shared/ruby/nfc.i +22 -0
  39. data/lib/extensions/nfc/ext/nfc/shared/ruby/nfc_wrap.c +2034 -0
  40. data/lib/extensions/nfc/nfc.rb +120 -0
  41. data/lib/extensions/rholang/{lang_ca.rb → rholang/lang_ca.rb} +0 -0
  42. data/lib/extensions/rholang/{lang_cf.rb → rholang/lang_cf.rb} +0 -0
  43. data/lib/extensions/rholang/{lang_chef.rb → rholang/lang_chef.rb} +0 -0
  44. data/lib/extensions/rholang/{lang_cs.rb → rholang/lang_cs.rb} +0 -0
  45. data/lib/extensions/rholang/{lang_da.rb → rholang/lang_da.rb} +0 -0
  46. data/lib/extensions/rholang/{lang_de.rb → rholang/lang_de.rb} +0 -0
  47. data/lib/extensions/rholang/{lang_es.rb → rholang/lang_es.rb} +0 -0
  48. data/lib/extensions/rholang/{lang_es_ar.rb → rholang/lang_es_ar.rb} +0 -0
  49. data/lib/extensions/rholang/{lang_fi.rb → rholang/lang_fi.rb} +0 -0
  50. data/lib/extensions/rholang/{lang_fr.rb → rholang/lang_fr.rb} +0 -0
  51. data/lib/extensions/rholang/{lang_it.rb → rholang/lang_it.rb} +0 -0
  52. data/lib/extensions/rholang/{lang_ko.rb → rholang/lang_ko.rb} +0 -0
  53. data/lib/extensions/rholang/{lang_nl.rb → rholang/lang_nl.rb} +0 -0
  54. data/lib/extensions/rholang/{lang_no.rb → rholang/lang_no.rb} +0 -0
  55. data/lib/extensions/rholang/{lang_pt.rb → rholang/lang_pt.rb} +0 -0
  56. data/lib/extensions/rholang/{lang_pt_br.rb → rholang/lang_pt_br.rb} +0 -0
  57. data/lib/extensions/rholang/{lang_ru.rb → rholang/lang_ru.rb} +0 -0
  58. data/lib/extensions/rholang/{lang_se.rb → rholang/lang_se.rb} +0 -0
  59. data/lib/extensions/rholang/{lang_sr.rb → rholang/lang_sr.rb} +0 -0
  60. data/lib/extensions/rholang/{rhoerror_ru.rb → rholang/rhoerror_ru.rb} +0 -0
  61. data/lib/extensions/rholang/{rhomsg_ru.rb → rholang/rhomsg_ru.rb} +0 -0
  62. data/lib/framework/date/format.rb +2 -0
  63. data/lib/framework/dateOrig.rb +17 -8
  64. data/lib/framework/rational18.rb +532 -0
  65. data/lib/framework/res/back_btn.wp7.png +0 -0
  66. data/lib/framework/res/blue_pushpin.wp7.png +0 -0
  67. data/lib/framework/res/blue_pushpin_small.wp7.png +0 -0
  68. data/lib/framework/res/callout.wp7.png +0 -0
  69. data/lib/framework/res/callout_link.wp7.png +0 -0
  70. data/lib/framework/res/esri.wp7.png +0 -0
  71. data/lib/framework/res/forward_btn.wp7.png +0 -0
  72. data/lib/framework/res/home_btn.wp7.png +0 -0
  73. data/lib/framework/res/options_btn.wp7.png +0 -0
  74. data/lib/framework/res/refresh_btn.wp7.png +0 -0
  75. data/lib/framework/rho/render.rb +8 -1
  76. data/lib/framework/rho/rho.rb +30 -7
  77. data/lib/framework/rho/rhoapplication.rb +9 -4
  78. data/lib/framework/rho/rhofsconnector.rb +5 -1
  79. data/lib/framework/rho/rhotabbar.rb +8 -0
  80. data/lib/framework/rho/rhotoolbar.rb +1 -1
  81. data/lib/framework/rho/rhoviewhelpers.rb +18 -1
  82. data/lib/framework/rhodes.rb +1 -1
  83. data/lib/framework/rhoframework.rb +46 -1
  84. data/lib/framework/rholang/localization_simplified.rb +17 -16
  85. data/lib/framework/rhom/rhom_db_adapter.rb +2 -2
  86. data/lib/framework/rhom/rhom_object_factory.rb +115 -12
  87. data/lib/framework/rhosystem.rb +135 -0
  88. data/lib/framework/version.rb +1 -1
  89. data/lib/rhodes.rb +1 -1
  90. data/lib/test/apps/rhoconfig.txt +23 -23
  91. data/platform/android/Rhodes/AndroidManifest.full.xml +101 -0
  92. data/platform/android/Rhodes/AndroidManifest.xml +10 -15
  93. data/platform/android/Rhodes/default.properties +11 -0
  94. data/platform/android/Rhodes/gen/com/rhomobile/rhodes/R.java +59 -53
  95. data/platform/android/Rhodes/jni/include/rhodes.h +1 -0
  96. data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_RhodesApplication.h +21 -0
  97. data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_alert_PopupActivity.h +21 -0
  98. data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_file_RhoFileApi.h +10 -2
  99. data/platform/android/Rhodes/jni/src/alert.cpp +2 -1
  100. data/platform/android/Rhodes/jni/src/datetimepicker.cpp +2 -0
  101. data/platform/android/Rhodes/jni/src/fileapi.cpp +671 -84
  102. data/platform/android/Rhodes/jni/src/nativebar.cpp +18 -0
  103. data/platform/android/Rhodes/jni/src/rhodes.cpp +92 -1
  104. data/platform/android/Rhodes/res/values/styles.xml +7 -0
  105. data/platform/android/Rhodes/src/com/rhomobile/rhodes/BaseActivity.java +35 -2
  106. data/platform/android/Rhodes/src/com/rhomobile/rhodes/Capabilities.java +12 -13
  107. data/platform/android/Rhodes/src/com/rhomobile/rhodes/LocalFileProvider.java +130 -0
  108. data/platform/android/Rhodes/src/com/rhomobile/rhodes/NativeBar.java +6 -0
  109. data/platform/android/Rhodes/src/com/rhomobile/rhodes/PushReceiver.java +5 -1
  110. data/platform/android/Rhodes/src/com/rhomobile/rhodes/PushService.java +6 -2
  111. data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhoMenu.java +7 -36
  112. data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivity.java +43 -20
  113. data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesApplication.java +2 -0
  114. data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesService.java +63 -28
  115. data/platform/android/Rhodes/src/com/rhomobile/rhodes/Utils.java +2 -2
  116. data/platform/android/Rhodes/src/com/rhomobile/rhodes/WebView.java +6 -2
  117. data/platform/android/Rhodes/src/com/rhomobile/rhodes/alert/Alert.java +19 -282
  118. data/platform/android/Rhodes/src/com/rhomobile/rhodes/alert/PopupActivity.java +354 -0
  119. data/platform/android/Rhodes/src/com/rhomobile/rhodes/datetime/DateTimePickerScreen.java +4 -0
  120. data/platform/android/Rhodes/src/com/rhomobile/rhodes/event/EventStore.java +1 -2
  121. data/platform/android/Rhodes/src/com/rhomobile/rhodes/file/RhoFileApi.java +71 -5
  122. data/platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocationImpl.java +107 -37
  123. data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/SimpleMainView.java +10 -7
  124. data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/TabbedMainView.java +156 -56
  125. data/platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/MapView.java +0 -1
  126. data/platform/android/Rhodes/src/com/rhomobile/rhodes/phonebook/ContactAccessorNew.java +40 -32
  127. data/platform/android/Rhodes/src/com/rhomobile/rhodes/signature/SignatureView.java +1 -0
  128. data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/ExternalHttpHandler.java +14 -6
  129. data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/LocalFileHandler.java +46 -0
  130. data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/MailUriHandler.java +4 -24
  131. data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/UriHandler.java +3 -1
  132. data/platform/android/build/RhodesSRC_build.files +28 -25
  133. data/platform/android/build/android.rake +230 -54
  134. data/platform/android/build/androidcommon.rb +1 -1
  135. data/platform/android/build/librhocommon_build.files +1 -0
  136. data/platform/bb/Hsqldb/BlackBerry_App_Descriptor.xml +20 -0
  137. data/platform/bb/Hsqldb/src/com/rho/db/HsqlDBResult.java +1 -5
  138. data/platform/bb/Hsqldb/src/com/rho/db/HsqlDBStorage.java +6 -1
  139. data/platform/bb/Hsqldb/src/org/hsqldb/rowio/RowOutputBase.java +1 -1
  140. data/platform/bb/Hsqldb/src/org/hsqldb/rowio/RowOutputBinary.java +1 -1
  141. data/platform/bb/RubyVM/BlackBerry_App_Descriptor.xml +20 -0
  142. data/platform/bb/RubyVM/src/com/rho/IRhoRubyHelper.java +2 -0
  143. data/platform/bb/RubyVM/src/com/rho/RhoLogOutputSink.java +0 -1
  144. data/platform/bb/RubyVM/src/com/rho/RhoLogger.java +12 -10
  145. data/platform/bb/RubyVM/src/com/rho/RhoThread.java +16 -0
  146. data/platform/bb/RubyVM/src/com/rho/RhoTimer.java +89 -0
  147. data/platform/bb/RubyVM/src/com/rho/RhodesApp.java +20 -13
  148. data/platform/bb/RubyVM/src/com/rho/SplashScreen.java +1 -2
  149. data/platform/bb/RubyVM/src/com/rho/ThreadQueue.java +2 -2
  150. data/platform/bb/RubyVM/src/com/rho/TimeInterval.java +5 -0
  151. data/platform/bb/RubyVM/src/com/rho/db/DBAdapter.java +54 -48
  152. data/platform/bb/RubyVM/src/com/rho/db/IDBResult.java +0 -1
  153. data/platform/bb/RubyVM/src/com/rho/db/IDBStorage.java +1 -0
  154. data/platform/bb/RubyVM/src/com/rho/net/AsyncHttp.java +1 -1
  155. data/platform/bb/RubyVM/src/com/rho/sync/ClientRegister.java +1 -1
  156. data/platform/bb/RubyVM/src/com/rho/sync/JSONStructIterator.java +1 -1
  157. data/platform/bb/RubyVM/src/com/rho/sync/SyncEngine.java +16 -8
  158. data/platform/bb/RubyVM/src/com/rho/sync/SyncNotify.java +2 -2
  159. data/platform/bb/RubyVM/src/com/rho/sync/SyncSource.java +52 -29
  160. data/platform/bb/RubyVM/src/com/rho/sync/SyncThread.java +1 -3
  161. data/platform/bb/build/RubyVM_build.files +1 -0
  162. data/platform/bb/build/bb.rake +29 -9
  163. data/platform/bb/rhodes/BlackBerry_App_Descriptor.xml +23 -0
  164. data/platform/bb/rhodes/platform/5.0/com/rho/RhodesApplicationPlatform.java +1 -1
  165. data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteCopyResult.java +0 -4
  166. data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteResult.java +13 -20
  167. data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteStorage.java +183 -157
  168. data/platform/bb/rhodes/src/com/rho/RhoRubyHelper.java +22 -0
  169. data/platform/bb/rhodes/src/com/rho/RhodesApplicationPlatform.java +1 -1
  170. data/platform/bb/rhodes/src/com/rho/db/SqliteCopyResult.java +0 -4
  171. data/platform/bb/rhodes/src/com/rho/db/SqliteResult.java +13 -20
  172. data/platform/bb/rhodes/src/com/rho/db/SqliteStorage.java +183 -157
  173. data/platform/bb/rhodes/src/com/rho/rubyext/System.java +46 -1
  174. data/platform/bb/rhodes/src/rhomobile/RhodesApplication.java +8 -1
  175. data/platform/bb/rhodes/src/rhomobile/camera/CameraFilesListener.java +13 -3
  176. data/platform/iphone/Classes/AppManager/AppManager.h +5 -1
  177. data/platform/iphone/Classes/AppManager/AppManager.m +170 -7
  178. data/platform/iphone/Classes/DateTimePicker.m +14 -1
  179. data/platform/iphone/Classes/DateTimePickerDelegate.h +2 -0
  180. data/platform/iphone/Classes/DateTimePickerDelegate.m +36 -2
  181. data/platform/iphone/Classes/NativeBar.h +1 -0
  182. data/platform/iphone/Classes/NativeBar.m +15 -3
  183. data/platform/iphone/Classes/Phonebook/phonebook.m +8 -9
  184. data/platform/iphone/Classes/Rhodes.m +50 -6
  185. data/platform/iphone/Classes/SimpleMainView.m +7 -6
  186. data/platform/iphone/Classes/SplitView/RightViewController.h +3 -1
  187. data/platform/iphone/Classes/SplitView/RightViewController.m +14 -1
  188. data/platform/iphone/Classes/TabbedMainView.h +4 -0
  189. data/platform/iphone/Classes/TabbedMainView.m +43 -26
  190. data/platform/iphone/Info.plist +1 -1
  191. data/platform/iphone/RhoLib/RhoLib.xcodeproj/project.pbxproj +4 -0
  192. data/platform/iphone/curl/curl.xcodeproj/project.pbxproj +3 -3
  193. data/platform/iphone/rbuild/iphone.rake +168 -119
  194. data/platform/iphone/rhoextlib/rhoextlib.xcodeproj/project.pbxproj +4 -2
  195. data/platform/iphone/rhorubylib/rhorubylib.xcodeproj/project.pbxproj +3 -3
  196. data/platform/iphone/rhorunner.xcodeproj/project.pbxproj +2 -2
  197. data/platform/iphone/rhosynclib/rhosynclib.xcodeproj/project.pbxproj +3 -3
  198. data/platform/shared/SyncClient/SyncClient.cpp +20 -8
  199. data/platform/shared/SyncClient/SyncClient.h +2 -1
  200. data/platform/shared/common/RhoDefs.h +4 -0
  201. data/platform/shared/common/RhoPort.h +22 -0
  202. data/platform/shared/common/RhoStd.h +5 -0
  203. data/platform/shared/common/RhoTime.cpp +73 -0
  204. data/platform/shared/common/RhoTime.h +26 -53
  205. data/platform/shared/common/RhodesApp.cpp +29 -28
  206. data/platform/shared/common/RhodesApp.h +4 -1
  207. data/platform/shared/common/StringConverter.h +37 -10
  208. data/platform/shared/common/app_build_capabilities.h +2 -0
  209. data/platform/shared/common/rhoparams.cpp +25 -12
  210. data/platform/shared/common/rhoparams.h +10 -8
  211. data/platform/shared/db/DBAdapter.cpp +0 -22
  212. data/platform/shared/json/RJSONTokener.c +15 -23
  213. data/platform/shared/net/AsyncHttp.cpp +9 -8
  214. data/platform/shared/net/HttpServer.cpp +61 -19
  215. data/platform/shared/net/HttpServer.h +2 -0
  216. data/platform/shared/ruby/ext/datetimepicker/datetimepicker.i +3 -0
  217. data/platform/shared/ruby/ext/datetimepicker/datetimepicker_wrap.c +151 -402
  218. data/platform/shared/ruby/ext/nativebar/nativebar.i +3 -0
  219. data/platform/shared/ruby/ext/nativebar/nativebar_wrap.c +154 -403
  220. data/platform/shared/ruby/ext/rho/rhoruby.c +4 -0
  221. data/platform/shared/ruby/ext/rho/rhoruby.h +2 -0
  222. data/platform/shared/ruby/ext/system/system.i +8 -0
  223. data/platform/shared/ruby/ext/system/system_wrap.c +80 -5
  224. data/platform/shared/ruby/file.c +6 -4
  225. data/platform/shared/ruby/gc.c +1 -1
  226. data/platform/shared/ruby/linux/ruby/config.h +7 -2
  227. data/platform/shared/ruby/missing/acosh.c +3 -3
  228. data/platform/shared/ruby/wince/_time.h +1 -1
  229. data/platform/shared/ruby/wince/stdlib.c +1 -1
  230. data/platform/shared/ruby/wince/string_wce.c +2 -2
  231. data/platform/shared/ruby/wince/sys/timeb.c +1 -0
  232. data/platform/shared/ruby/wince/time_wce.c +8 -0
  233. data/platform/shared/ruby/wince/wince.c +7 -7
  234. data/platform/shared/ruby/wince/wince.h +22 -0
  235. data/platform/shared/rubyext/System.cpp +19 -1
  236. data/platform/shared/sqlite/sqlite3.c +18993 -8129
  237. data/platform/shared/sqlite/sqlite3.h +953 -358
  238. data/platform/shared/sqlite/sqlite3ext.h +42 -0
  239. data/platform/shared/sync/SyncEngine.cpp +10 -0
  240. data/platform/shared/sync/SyncSource.cpp +41 -19
  241. data/platform/shared/sync/SyncSource.h +1 -1
  242. data/platform/shared/tcmalloc/rhomem.h +7 -2
  243. data/platform/shared/tcmalloc/windows/port.h +2 -0
  244. data/platform/shared/unzip/unzip.cpp +1 -0
  245. data/platform/shared/xruby/src/com/xruby/compiler/parser/RubyParser.java +11 -1
  246. data/platform/wm/RhoLib/RhoLib.vcproj +182 -24
  247. data/platform/wm/build/wm.rake +16 -3
  248. data/platform/wm/rhodes.sln +106 -113
  249. data/platform/wm/rhodes/Alert.cpp +6 -7
  250. data/platform/wm/rhodes/AppManager.cpp +8 -17
  251. data/platform/wm/rhodes/DateTimePicker.cpp +3 -0
  252. data/platform/wm/rhodes/DateTimePicker.h +2 -0
  253. data/platform/wm/rhodes/MainWindow.cpp +36 -16
  254. data/platform/wm/rhodes/MainWindow.h +6 -3
  255. data/platform/wm/rhodes/OutlookApp.cpp +3 -3
  256. data/platform/wm/rhodes/Rhodes.cpp +46 -27
  257. data/platform/wm/rhodes/Rhodes.rc +16 -3
  258. data/platform/wm/rhodes/RingtoneManager.cpp +7 -7
  259. data/platform/wm/rhodes/RingtoneManager.h +1 -1
  260. data/platform/wm/rhodes/Utils.cpp +2 -1
  261. data/platform/wm/rhodes/bluetooth/Bluetooth.cpp +1 -13
  262. data/platform/wm/rhodes/bluetooth/Bluetooth.h +1 -2
  263. data/platform/wm/rhodes/camera/Camera.cpp +6 -12
  264. data/platform/wm/rhodes/phonebook/phonebook.cpp +11 -11
  265. data/platform/wm/rhodes/phonebook/phonebook.h +1 -1
  266. data/platform/wm/rhodes/resource.h +3 -1
  267. data/platform/wm/rhodes/rho/net/NetRequestImpl.cpp +7 -5
  268. data/platform/wm/rhodes/rho/rubyext/GeoLocationImpl.cpp +6 -6
  269. data/platform/wm/rhodes/rho/rubyext/GeoLocationImpl.h +1 -1
  270. data/platform/wm/rhodes/rho/rubyext/NativeToolbar.cpp +6 -1
  271. data/platform/wm/rhodes/rho/rubyext/SystemImpl.cpp +84 -19
  272. data/platform/wm/rhodes/rho/rubyext/calendar.cpp +2 -2
  273. data/platform/wm/rhodes/rhodes.vcproj +316 -73
  274. data/platform/wm/rhodes/signature/Signature.cpp +336 -6
  275. data/platform/wm/rhodes/signature/Signature.h +55 -0
  276. data/platform/wm/rhodes/stdafx.h +7 -4
  277. data/platform/wm/rubylib/rubylib.vcproj +261 -91
  278. data/platform/wm/sqlite3/sqlite3.vcproj +223 -69
  279. data/platform/wm/syncengine/syncengine.vcproj +220 -66
  280. data/platform/wm/tcmalloc/tcmalloc.vcproj +197 -43
  281. data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Builtins/ConsoleStream.cs +107 -0
  282. data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Runtime/Loader.cs +1037 -0
  283. data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Runtime/RubyUtils.cs +1476 -0
  284. data/platform/wp7/RhoAppRunner/Program.cs +55 -0
  285. data/platform/wp7/RhoAppRunner/Properties/AssemblyInfo.cs +36 -0
  286. data/platform/wp7/RhoAppRunner/RhoAppRunner.csproj +69 -0
  287. data/platform/wp7/RhoRubyExtGen/GenerateInitializers.cmd +7 -0
  288. data/platform/wp7/RhoRubyExtGen/Properties/AssemblyInfo.cs +36 -0
  289. data/platform/wp7/RhoRubyExtGen/RhoAsyncHttp.cs +38 -0
  290. data/platform/wp7/RhoRubyExtGen/RhoDatabase.cs +93 -0
  291. data/platform/wp7/RhoRubyExtGen/RhoJSON.cs +37 -0
  292. data/platform/wp7/RhoRubyExtGen/RhoNativeBar.cs +106 -0
  293. data/platform/wp7/RhoRubyExtGen/RhoRubyExtGen.csproj +75 -0
  294. data/platform/wp7/RhoRubyExtGen/RhoSyncEngine.cs +123 -0
  295. data/platform/wp7/RhoRubyExtGen/RhoWebView.cs +42 -0
  296. data/platform/wp7/RhoRubyLib/Initializers.Generated.cs +309 -0
  297. data/platform/wp7/RhoRubyLib/Properties/AssemblyInfo.cs +36 -0
  298. data/platform/wp7/RhoRubyLib/RhoAppAdapter.cs +96 -0
  299. data/platform/wp7/RhoRubyLib/RhoRuby.cs +296 -0
  300. data/platform/wp7/RhoRubyLib/RhoRubyLib.csproj +155 -0
  301. data/platform/wp7/RhoRubyLib/WP_PlatformAdaptationLayer.cs +107 -0
  302. data/platform/wp7/RhoRubyLib/common/IInputStream.cs +21 -0
  303. data/platform/wp7/RhoRubyLib/common/Mutex.cs +30 -0
  304. data/platform/wp7/RhoRubyLib/common/RhoConf.cs +389 -0
  305. data/platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs +27 -0
  306. data/platform/wp7/RhoRubyLib/common/RhoFile.cs +332 -0
  307. data/platform/wp7/RhoRubyLib/common/RhoFilePath.cs +89 -0
  308. data/platform/wp7/RhoRubyLib/common/RhoParamArray.cs +33 -0
  309. data/platform/wp7/RhoRubyLib/common/RhoParams.cs +66 -0
  310. data/platform/wp7/RhoRubyLib/common/RhoProfiler.cs +145 -0
  311. data/platform/wp7/RhoRubyLib/common/RhoResourceMap.cs +68 -0
  312. data/platform/wp7/RhoRubyLib/common/RhoStd.cs +205 -0
  313. data/platform/wp7/RhoRubyLib/common/RhoThread.cs +114 -0
  314. data/platform/wp7/RhoRubyLib/common/RhodesApp.cs +504 -0
  315. data/platform/wp7/RhoRubyLib/common/ThreadQueue.cs +199 -0
  316. data/platform/wp7/RhoRubyLib/common/TimeInterval.cs +56 -0
  317. data/platform/wp7/RhoRubyLib/common/Tokenizer.cs +52 -0
  318. data/platform/wp7/RhoRubyLib/db/DBAdapter.cs +1129 -0
  319. data/platform/wp7/RhoRubyLib/db/DBAttrManager.cs +92 -0
  320. data/platform/wp7/RhoRubyLib/db/DBException.cs +35 -0
  321. data/platform/wp7/RhoRubyLib/db/IDBCallback.cs +10 -0
  322. data/platform/wp7/RhoRubyLib/db/IDBResult.cs +33 -0
  323. data/platform/wp7/RhoRubyLib/db/IDBStorage.cs +32 -0
  324. data/platform/wp7/RhoRubyLib/db/SqliteCopyResult.cs +79 -0
  325. data/platform/wp7/RhoRubyLib/db/SqliteResult.cs +267 -0
  326. data/platform/wp7/RhoRubyLib/db/SqliteStorage.cs +319 -0
  327. data/platform/wp7/RhoRubyLib/json/JSONArrayIterator.cs +63 -0
  328. data/platform/wp7/RhoRubyLib/json/JSONEntry.cs +96 -0
  329. data/platform/wp7/RhoRubyLib/json/JSONStructIterator.cs +77 -0
  330. data/platform/wp7/RhoRubyLib/json/JsonParser.cs +483 -0
  331. data/platform/wp7/RhoRubyLib/json/RJSONTokener.cs +406 -0
  332. data/platform/wp7/RhoRubyLib/logging/IRhoLogSink.cs +12 -0
  333. data/platform/wp7/RhoRubyLib/logging/RhoLogConf.cs +161 -0
  334. data/platform/wp7/RhoRubyLib/logging/RhoLogFileSink.cs +174 -0
  335. data/platform/wp7/RhoRubyLib/logging/RhoLogger.cs +320 -0
  336. data/platform/wp7/RhoRubyLib/net/AsyncHttp.cs +362 -0
  337. data/platform/wp7/RhoRubyLib/net/HttpServer.cs +466 -0
  338. data/platform/wp7/RhoRubyLib/net/NetRequest.cs +717 -0
  339. data/platform/wp7/RhoRubyLib/net/NetResponse.cs +64 -0
  340. data/platform/wp7/RhoRubyLib/net/URI.cs +187 -0
  341. data/platform/wp7/RhoRubyLib/rubyext/RhoAsyncHttp.cs +43 -0
  342. data/platform/wp7/RhoRubyLib/rubyext/RhoDatabase.cs +177 -0
  343. data/platform/wp7/RhoRubyLib/rubyext/RhoJSON.cs +39 -0
  344. data/platform/wp7/RhoRubyLib/rubyext/RhoKernelOps.cs +19 -0
  345. data/platform/wp7/RhoRubyLib/rubyext/RhoNativeBar.cs +117 -0
  346. data/platform/wp7/RhoRubyLib/rubyext/RhoSyncEngine.cs +199 -0
  347. data/platform/wp7/RhoRubyLib/rubyext/RhoWebView.cs +49 -0
  348. data/platform/wp7/RhoRubyLib/sync/ClientRegister.cs +142 -0
  349. data/platform/wp7/RhoRubyLib/sync/ISyncProtocol.cs +23 -0
  350. data/platform/wp7/RhoRubyLib/sync/ISyncStatusListener.cs +10 -0
  351. data/platform/wp7/RhoRubyLib/sync/SyncEngine.cs +1051 -0
  352. data/platform/wp7/RhoRubyLib/sync/SyncNotify.cs +651 -0
  353. data/platform/wp7/RhoRubyLib/sync/SyncProtocol_3.cs +79 -0
  354. data/platform/wp7/RhoRubyLib/sync/SyncSource.cs +1105 -0
  355. data/platform/wp7/RhoRubyLib/sync/SyncThread.cs +301 -0
  356. data/platform/wp7/WPApplication.sln +50 -0
  357. data/platform/wp7/WPApplication/App.xaml +19 -0
  358. data/platform/wp7/WPApplication/App.xaml.cs +211 -0
  359. data/platform/wp7/WPApplication/ApplicationIcon.png +0 -0
  360. data/platform/wp7/WPApplication/Background.png +0 -0
  361. data/platform/wp7/WPApplication/MainPage.xaml +44 -0
  362. data/platform/wp7/WPApplication/MainPage.xaml.cs +132 -0
  363. data/platform/wp7/WPApplication/Properties/AppManifest.xml +6 -0
  364. data/platform/wp7/WPApplication/Properties/AssemblyInfo.cs +35 -0
  365. data/platform/wp7/WPApplication/Properties/WMAppManifest.xml +32 -0
  366. data/platform/wp7/WPApplication/SplashScreenImage.jpg +0 -0
  367. data/platform/wp7/WPApplication/WPApplication.csproj +201 -0
  368. data/platform/wp7/WPApplication/WP_PlatformAdaptationLayer.cs +88 -0
  369. data/platform/wp7/WPApplication/app_manifest.txt +1 -0
  370. data/platform/wp7/WPApplication/readme.htm +40 -0
  371. data/platform/wp7/WPApplication/readme2.htm +37 -0
  372. data/platform/wp7/WPApplication/rho/apps/app/Model1/edit.bb.erb +29 -0
  373. data/platform/wp7/WPApplication/rho/apps/app/Model1/edit.erb +32 -0
  374. data/platform/wp7/WPApplication/rho/apps/app/Model1/index.bb.erb +21 -0
  375. data/platform/wp7/WPApplication/rho/apps/app/Model1/index.erb +26 -0
  376. data/platform/wp7/WPApplication/rho/apps/app/Model1/model1.rb +10 -0
  377. data/platform/wp7/WPApplication/rho/apps/app/Model1/model1_controller.rb +58 -0
  378. data/platform/wp7/WPApplication/rho/apps/app/Model1/new.bb.erb +29 -0
  379. data/platform/wp7/WPApplication/rho/apps/app/Model1/new.erb +31 -0
  380. data/platform/wp7/WPApplication/rho/apps/app/Model1/show.bb.erb +26 -0
  381. data/platform/wp7/WPApplication/rho/apps/app/Model1/show.erb +28 -0
  382. data/platform/wp7/WPApplication/rho/apps/app/Settings/controller.rb +75 -0
  383. data/platform/wp7/WPApplication/rho/apps/app/Settings/home.bb.erb +17 -0
  384. data/platform/wp7/WPApplication/rho/apps/app/Settings/home.erb +20 -0
  385. data/platform/wp7/WPApplication/rho/apps/app/Settings/index.bb.erb +32 -0
  386. data/platform/wp7/WPApplication/rho/apps/app/Settings/index.erb +30 -0
  387. data/platform/wp7/WPApplication/rho/apps/app/Settings/login.bb.erb +35 -0
  388. data/platform/wp7/WPApplication/rho/apps/app/Settings/login.erb +27 -0
  389. data/platform/wp7/WPApplication/rho/apps/app/Settings/reset.bb.erb +15 -0
  390. data/platform/wp7/WPApplication/rho/apps/app/Settings/reset.erb +17 -0
  391. data/platform/wp7/WPApplication/rho/apps/app/Settings/wait.bb.erb +3 -0
  392. data/platform/wp7/WPApplication/rho/apps/app/Settings/wait.erb +5 -0
  393. data/platform/wp7/WPApplication/rho/apps/app/application.rb +16 -0
  394. data/platform/wp7/WPApplication/rho/apps/app/helpers/application_helper.rb +126 -0
  395. data/platform/wp7/WPApplication/rho/apps/app/helpers/browser_helper.rb +18 -0
  396. data/platform/wp7/WPApplication/rho/apps/app/index.bb.erb +26 -0
  397. data/platform/wp7/WPApplication/rho/apps/app/index.erb +26 -0
  398. data/platform/wp7/WPApplication/rho/apps/app/layout.erb +45 -0
  399. data/platform/wp7/WPApplication/rho/apps/app/loading.html +11 -0
  400. data/platform/wp7/WPApplication/rho/apps/app_manifest.txt +1 -0
  401. data/platform/wp7/WPApplication/rho/apps/public/css/android.css +330 -0
  402. data/platform/wp7/WPApplication/rho/apps/public/css/blackberry.css +115 -0
  403. data/platform/wp7/WPApplication/rho/apps/public/css/iphone.css +410 -0
  404. data/platform/wp7/WPApplication/rho/apps/public/css/windows_mobile.css +222 -0
  405. data/platform/wp7/WPApplication/rho/apps/public/images/IUI_LICENSE.txt +21 -0
  406. data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_check_off.png +0 -0
  407. data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_check_on.png +0 -0
  408. data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_radio_off.png +0 -0
  409. data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_radio_on.png +0 -0
  410. data/platform/wp7/WPApplication/rho/apps/public/images/android/disclosure.png +0 -0
  411. data/platform/wp7/WPApplication/rho/apps/public/images/android/ic_menu_more.png +0 -0
  412. data/platform/wp7/WPApplication/rho/apps/public/images/backButton.png +0 -0
  413. data/platform/wp7/WPApplication/rho/apps/public/images/blueButton.png +0 -0
  414. data/platform/wp7/WPApplication/rho/apps/public/images/cancel.png +0 -0
  415. data/platform/wp7/WPApplication/rho/apps/public/images/grayButton.png +0 -0
  416. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/disclosure.png +0 -0
  417. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/disclosure_detail.png +0 -0
  418. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/backButton.png +0 -0
  419. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/blueButton.png +0 -0
  420. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/cancel.png +0 -0
  421. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/chevron.png +0 -0
  422. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/grayButton.png +0 -0
  423. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/listArrowSel.png +0 -0
  424. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/listGroup.png +0 -0
  425. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/loading.gif +0 -0
  426. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/on_off.png +0 -0
  427. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/pinstripes.png +0 -0
  428. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/selection.png +0 -0
  429. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/thumb.png +0 -0
  430. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toggle.png +0 -0
  431. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toggleOn.png +0 -0
  432. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toolButton.png +0 -0
  433. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toolbar.png +0 -0
  434. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/whiteButton.png +0 -0
  435. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/radiobutton.png +0 -0
  436. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/select.png +0 -0
  437. data/platform/wp7/WPApplication/rho/apps/public/images/iphone/switch.png +0 -0
  438. data/platform/wp7/WPApplication/rho/apps/public/images/iui-logo-touch-icon.png +0 -0
  439. data/platform/wp7/WPApplication/rho/apps/public/images/listArrow.png +0 -0
  440. data/platform/wp7/WPApplication/rho/apps/public/images/listArrowDown.png +0 -0
  441. data/platform/wp7/WPApplication/rho/apps/public/images/listArrowSel.png +0 -0
  442. data/platform/wp7/WPApplication/rho/apps/public/images/listGroup.png +0 -0
  443. data/platform/wp7/WPApplication/rho/apps/public/images/loading.gif +0 -0
  444. data/platform/wp7/WPApplication/rho/apps/public/images/pinstripes.png +0 -0
  445. data/platform/wp7/WPApplication/rho/apps/public/images/right_button.png +0 -0
  446. data/platform/wp7/WPApplication/rho/apps/public/images/selection.png +0 -0
  447. data/platform/wp7/WPApplication/rho/apps/public/images/thumb.png +0 -0
  448. data/platform/wp7/WPApplication/rho/apps/public/images/toggle.png +0 -0
  449. data/platform/wp7/WPApplication/rho/apps/public/images/toggleOn.png +0 -0
  450. data/platform/wp7/WPApplication/rho/apps/public/images/toolButton.png +0 -0
  451. data/platform/wp7/WPApplication/rho/apps/public/images/toolButton_new.png +0 -0
  452. data/platform/wp7/WPApplication/rho/apps/public/images/toolbar.png +0 -0
  453. data/platform/wp7/WPApplication/rho/apps/public/images/whiteButton.png +0 -0
  454. data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch-iphone.css +9 -0
  455. data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.css +374 -0
  456. data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.js +742 -0
  457. data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.transitions.js +60 -0
  458. data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jquery.1.3.2.min.js +19 -0
  459. data/platform/wp7/WPApplication/rho/apps/public/js/application.js +1 -0
  460. data/platform/wp7/WPApplication/rho/apps/public/js/rho.js +4 -0
  461. data/platform/wp7/WPApplication/rho/apps/public/js/rhogeolocation-wm.js +59 -0
  462. data/platform/wp7/WPApplication/rho/apps/public/js/rhogeolocation.js +11 -0
  463. data/platform/wp7/WPApplication/rho/apps/rhoconfig.txt +32 -0
  464. data/platform/wp7/WPApplication/rhoconfig.txt +32 -0
  465. data/platform/wp7/WPApplication/windows_mobile.css +222 -0
  466. data/platform/wp7/build/wp.rake +261 -0
  467. data/platform/wp7/rhodes.sln +79 -0
  468. data/platform/wp7/rhodes/App.xaml +19 -0
  469. data/platform/wp7/rhodes/App.xaml.cs +144 -0
  470. data/platform/wp7/rhodes/Background.png +0 -0
  471. data/platform/wp7/rhodes/MainPage.xaml +44 -0
  472. data/platform/wp7/rhodes/MainPage.xaml.cs +98 -0
  473. data/platform/wp7/rhodes/Properties/AppManifest.xml +6 -0
  474. data/platform/wp7/rhodes/Properties/AssemblyInfo.cs +35 -0
  475. data/platform/wp7/rhodes/Properties/WMAppManifest.xml +31 -0
  476. data/platform/wp7/rhodes/Rhodes.csproj +127 -0
  477. data/platform/wp7/rhodes/SplashScreenImage.jpg +0 -0
  478. data/platform/wp7/rhodes/icon.png +0 -0
  479. data/platform/wp7/sqlite3/Properties/AssemblyInfo.cs +35 -0
  480. data/platform/wp7/sqlite3/SQLiteClient.cs +550 -0
  481. data/platform/wp7/sqlite3/SqliteWrapper/BtreeInt_h.cs +774 -0
  482. data/platform/wp7/sqlite3/SqliteWrapper/Btree_h.cs +280 -0
  483. data/platform/wp7/sqlite3/SqliteWrapper/ClassDiagram1.cd +1306 -0
  484. data/platform/wp7/sqlite3/SqliteWrapper/Delagates.cs +365 -0
  485. data/platform/wp7/sqlite3/SqliteWrapper/Hash_h.cs +133 -0
  486. data/platform/wp7/sqlite3/SqliteWrapper/VdbeInt_h.cs +620 -0
  487. data/platform/wp7/sqlite3/SqliteWrapper/Vdbe_h.cs +302 -0
  488. data/platform/wp7/sqlite3/SqliteWrapper/_Custom.cs +449 -0
  489. data/platform/wp7/sqlite3/SqliteWrapper/alter_c.cs +872 -0
  490. data/platform/wp7/sqlite3/SqliteWrapper/analyze_c.cs +757 -0
  491. data/platform/wp7/sqlite3/SqliteWrapper/attach_c.cs +628 -0
  492. data/platform/wp7/sqlite3/SqliteWrapper/auth_c.cs +268 -0
  493. data/platform/wp7/sqlite3/SqliteWrapper/backup_c.cs +737 -0
  494. data/platform/wp7/sqlite3/SqliteWrapper/bitvec_c.cs +509 -0
  495. data/platform/wp7/sqlite3/SqliteWrapper/btmutex_c.cs +379 -0
  496. data/platform/wp7/sqlite3/SqliteWrapper/btree_c.cs +9138 -0
  497. data/platform/wp7/sqlite3/SqliteWrapper/build_c.cs +4189 -0
  498. data/platform/wp7/sqlite3/SqliteWrapper/callback_c.cs +548 -0
  499. data/platform/wp7/sqlite3/SqliteWrapper/complete_c.cs +342 -0
  500. data/platform/wp7/sqlite3/SqliteWrapper/ctime_cs.cs +408 -0
  501. data/platform/wp7/sqlite3/SqliteWrapper/date_c.cs +1317 -0
  502. data/platform/wp7/sqlite3/SqliteWrapper/delete_c.cs +726 -0
  503. data/platform/wp7/sqlite3/SqliteWrapper/expr_c.cs +4406 -0
  504. data/platform/wp7/sqlite3/SqliteWrapper/fault_c.cs +115 -0
  505. data/platform/wp7/sqlite3/SqliteWrapper/fkey_c.cs +1330 -0
  506. data/platform/wp7/sqlite3/SqliteWrapper/func_c.cs +2025 -0
  507. data/platform/wp7/sqlite3/SqliteWrapper/global_c.cs +228 -0
  508. data/platform/wp7/sqlite3/SqliteWrapper/hash_c.cs +351 -0
  509. data/platform/wp7/sqlite3/SqliteWrapper/hwtime_c.cs +101 -0
  510. data/platform/wp7/sqlite3/SqliteWrapper/insert_c.cs +2122 -0
  511. data/platform/wp7/sqlite3/SqliteWrapper/journal_c.cs +247 -0
  512. data/platform/wp7/sqlite3/SqliteWrapper/keywordhash_h.cs +302 -0
  513. data/platform/wp7/sqlite3/SqliteWrapper/legacy_c.cs +223 -0
  514. data/platform/wp7/sqlite3/SqliteWrapper/loadext_c.cs +683 -0
  515. data/platform/wp7/sqlite3/SqliteWrapper/main_c.cs +2716 -0
  516. data/platform/wp7/sqlite3/SqliteWrapper/malloc_c.cs +977 -0
  517. data/platform/wp7/sqlite3/SqliteWrapper/mem_Pool.cs +394 -0
  518. data/platform/wp7/sqlite3/SqliteWrapper/memjournal_c.cs +315 -0
  519. data/platform/wp7/sqlite3/SqliteWrapper/mutex_c.cs +182 -0
  520. data/platform/wp7/sqlite3/SqliteWrapper/mutex_h.cs +91 -0
  521. data/platform/wp7/sqlite3/SqliteWrapper/mutex_noop_c.cs +202 -0
  522. data/platform/wp7/sqlite3/SqliteWrapper/mutex_w32.cs +344 -0
  523. data/platform/wp7/sqlite3/SqliteWrapper/notify_c.cs +347 -0
  524. data/platform/wp7/sqlite3/SqliteWrapper/opcodes_c.cs +171 -0
  525. data/platform/wp7/sqlite3/SqliteWrapper/opcodes_h.cs +346 -0
  526. data/platform/wp7/sqlite3/SqliteWrapper/os_c.cs +367 -0
  527. data/platform/wp7/sqlite3/SqliteWrapper/os_common_h.cs +174 -0
  528. data/platform/wp7/sqlite3/SqliteWrapper/os_h.cs +295 -0
  529. data/platform/wp7/sqlite3/SqliteWrapper/os_win_c.cs +1255 -0
  530. data/platform/wp7/sqlite3/SqliteWrapper/pager_c.cs +6078 -0
  531. data/platform/wp7/sqlite3/SqliteWrapper/pager_h.cs +188 -0
  532. data/platform/wp7/sqlite3/SqliteWrapper/parse_c.cs +4045 -0
  533. data/platform/wp7/sqlite3/SqliteWrapper/parse_h.cs +331 -0
  534. data/platform/wp7/sqlite3/SqliteWrapper/pcache1_c.cs +969 -0
  535. data/platform/wp7/sqlite3/SqliteWrapper/pcache_c.cs +712 -0
  536. data/platform/wp7/sqlite3/SqliteWrapper/pcache_h.cs +213 -0
  537. data/platform/wp7/sqlite3/SqliteWrapper/pragma_c.cs +1767 -0
  538. data/platform/wp7/sqlite3/SqliteWrapper/prepare_c.cs +1015 -0
  539. data/platform/wp7/sqlite3/SqliteWrapper/printf_c.cs +1300 -0
  540. data/platform/wp7/sqlite3/SqliteWrapper/random_c.cs +201 -0
  541. data/platform/wp7/sqlite3/SqliteWrapper/resolve_c.cs +1396 -0
  542. data/platform/wp7/sqlite3/SqliteWrapper/rowset_c.cs +519 -0
  543. data/platform/wp7/sqlite3/SqliteWrapper/select_c.cs +4878 -0
  544. data/platform/wp7/sqlite3/SqliteWrapper/sqlite3_h.cs +6253 -0
  545. data/platform/wp7/sqlite3/SqliteWrapper/sqlite3ext_h.cs +397 -0
  546. data/platform/wp7/sqlite3/SqliteWrapper/sqliteInt_h.cs +4075 -0
  547. data/platform/wp7/sqlite3/SqliteWrapper/sqliteLimit_h.cs +214 -0
  548. data/platform/wp7/sqlite3/SqliteWrapper/sqliteicu_h.cs +39 -0
  549. data/platform/wp7/sqlite3/SqliteWrapper/status_c.cs +155 -0
  550. data/platform/wp7/sqlite3/SqliteWrapper/table_c.cs +222 -0
  551. data/platform/wp7/sqlite3/SqliteWrapper/tokenize_c.cs +673 -0
  552. data/platform/wp7/sqlite3/SqliteWrapper/trigger_c.cs +1219 -0
  553. data/platform/wp7/sqlite3/SqliteWrapper/update_c.cs +766 -0
  554. data/platform/wp7/sqlite3/SqliteWrapper/utf_c.cs +612 -0
  555. data/platform/wp7/sqlite3/SqliteWrapper/util_c.cs +1476 -0
  556. data/platform/wp7/sqlite3/SqliteWrapper/vacuum_c.cs +382 -0
  557. data/platform/wp7/sqlite3/SqliteWrapper/vdbe_c.cs +6566 -0
  558. data/platform/wp7/sqlite3/SqliteWrapper/vdbeapi_c.cs +1557 -0
  559. data/platform/wp7/sqlite3/SqliteWrapper/vdbeaux_c.cs +4019 -0
  560. data/platform/wp7/sqlite3/SqliteWrapper/vdbeblob_c.cs +396 -0
  561. data/platform/wp7/sqlite3/SqliteWrapper/vdbemem_c.cs +1480 -0
  562. data/platform/wp7/sqlite3/SqliteWrapper/vdbetrace_c.cs +181 -0
  563. data/platform/wp7/sqlite3/SqliteWrapper/vtab_c.cs +957 -0
  564. data/platform/wp7/sqlite3/SqliteWrapper/walker_c.cs +174 -0
  565. data/platform/wp7/sqlite3/SqliteWrapper/where_c.cs +4651 -0
  566. data/platform/wp7/sqlite3/sqlite3.csproj +155 -0
  567. data/rakefile.rb +60 -2
  568. data/res/build-tools/7za.exe +0 -0
  569. data/res/build-tools/RhoAppRunner.exe +0 -0
  570. data/res/build-tools/xruby-0.3.3.jar +0 -0
  571. data/res/generators/rhogen.rb +9 -1
  572. data/res/generators/templates/application/app/Settings/reset.erb +1 -1
  573. data/res/generators/templates/application/app/layout.erb +17 -10
  574. data/res/generators/templates/application/build.yml +5 -3
  575. data/res/generators/templates/application/public/jqtouch/changes.txt +20 -0
  576. data/res/generators/templates/application/public/jqtouch/jqtouch.js +12 -4
  577. data/res/generators/templates/application/public/jqtouch/jquery.1.3.2.min.js +1 -1
  578. data/res/generators/templates/application/public/js/wp7.js +7 -0
  579. data/res/generators/templates/model/controller.rb +5 -6
  580. data/rhobuild.yml.example +1 -0
  581. data/rhodes.gemspec +2 -1
  582. data/spec/framework_spec/app/spec/core/dir/close_spec.rb +1 -1
  583. data/spec/framework_spec/app/spec/core/dir/shared/pwd.rb +13 -11
  584. data/spec/framework_spec/app/spec/core/env/shared/store.rb +12 -10
  585. data/spec/framework_spec/app/spec/core/env/update_spec.rb +1 -0
  586. data/spec/framework_spec/app/spec/core/file/expand_path_spec.rb +3 -2
  587. data/spec/framework_spec/app/spec/core/file/fixtures/file_types.rb +7 -1
  588. data/spec/framework_spec/app/spec/core/file/flock_spec.rb +8 -1
  589. data/spec/framework_spec/app/spec/core/file/ftype_spec.rb +5 -3
  590. data/spec/framework_spec/app/spec/core/file/lchmod_spec.rb +1 -1
  591. data/spec/framework_spec/app/spec/core/file/setgid_spec.rb +1 -1
  592. data/spec/framework_spec/app/spec/core/file/setuid_spec.rb +1 -1
  593. data/spec/framework_spec/app/spec/core/file/stat/ftype_spec.rb +6 -4
  594. data/spec/framework_spec/app/spec/core/file/truncate_spec.rb +5 -1
  595. data/spec/framework_spec/app/spec/core/float/to_s_spec.rb +1 -1
  596. data/spec/framework_spec/app/spec/core/process/gid_spec.rb +5 -3
  597. data/spec/framework_spec/app/spec/core/process/groups_spec.rb +11 -9
  598. data/spec/framework_spec/app/spec/core/process/uid_spec.rb +5 -3
  599. data/spec/framework_spec/app/spec/language/execution_spec.rb +10 -6
  600. data/spec/framework_spec/app/spec/shared/file/directory.rb +6 -1
  601. data/spec/framework_spec/app/spec/shared/file/executable.rb +7 -1
  602. data/spec/framework_spec/app/spec/shared/file/file.rb +6 -1
  603. data/spec/framework_spec/app/spec/shared/file/readable.rb +13 -4
  604. data/spec/framework_spec/app/spec/shared/file/writable.rb +6 -1
  605. data/spec/phone_spec/app/spec/rho_controller_spec.rb +11 -0
  606. data/spec/phone_spec/app/spec/rho_spec.rb +11 -0
  607. data/spec/phone_spec/app/spec/rhom_object_spec.rb +102 -6
  608. data/spec/phone_spec/app/spec/string/end_with_spec.rb +4 -1
  609. data/spec/phone_spec/app/spec/string/slice_spec.rb +5 -1
  610. data/spec/phone_spec/app/spec/string/start_with_spec.rb +4 -0
  611. data/spec/phone_spec/app/spec/syncengine_spec.rb +73 -6
  612. data/spec/phone_spec/app/spec_runner.rb +7 -3
  613. metadata +380 -41
  614. data/Manifest.txt +0 -5819
  615. data/platform/bb/Hsqldb/Hsqldb.cso +0 -5
  616. data/platform/bb/Hsqldb/Hsqldb.jdp +0 -197
  617. data/platform/bb/RhoBundle/RhoBundle.cso +0 -5
  618. data/platform/bb/RhoBundle/RhoBundle.jdp +0 -42
  619. data/platform/bb/RubyVM/RubyVM.cso +0 -5
  620. data/platform/bb/RubyVM/RubyVM.jdp +0 -467
  621. data/platform/bb/rhodes/rhodes.csl +0 -3
  622. data/platform/bb/rhodes/rhodes.cso +0 -5
  623. data/platform/bb/rhodes/rhodes.jdp +0 -104
@@ -0,0 +1,872 @@
1
+ using System;
2
+ using System.Diagnostics;
3
+ using System.Text;
4
+
5
+ namespace Community.CsharpSqlite
6
+ {
7
+ using sqlite3_value = Sqlite3.Mem;
8
+
9
+ public partial class Sqlite3
10
+ {
11
+ /*
12
+ ** 2005 February 15
13
+ **
14
+ ** The author disclaims copyright to this source code. In place of
15
+ ** a legal notice, here is a blessing:
16
+ **
17
+ ** May you do good and not evil.
18
+ ** May you find forgiveness for yourself and forgive others.
19
+ ** May you share freely, never taking more than you give.
20
+ **
21
+ *************************************************************************
22
+ ** This file contains C code routines that used to generate VDBE code
23
+ ** that implements the ALTER TABLE command.
24
+ *************************************************************************
25
+ ** Included in SQLite3 port to C#-SQLite; 2008 Noah B Hart
26
+ ** C#-SQLite is an independent reimplementation of the SQLite software library
27
+ **
28
+ ** SQLITE_SOURCE_ID: 2010-03-09 19:31:43 4ae453ea7be69018d8c16eb8dabe05617397dc4d
29
+ **
30
+ ** $Header$
31
+ *************************************************************************
32
+ */
33
+ //#include "sqliteInt.h"
34
+
35
+ /*
36
+ ** The code in this file only exists if we are not omitting the
37
+ ** ALTER TABLE logic from the build.
38
+ */
39
+ #if !SQLITE_OMIT_ALTERTABLE
40
+
41
+
42
+ /*
43
+ ** This function is used by SQL generated to implement the
44
+ ** ALTER TABLE command. The first argument is the text of a CREATE TABLE or
45
+ ** CREATE INDEX command. The second is a table name. The table name in
46
+ ** the CREATE TABLE or CREATE INDEX statement is replaced with the third
47
+ ** argument and the result returned. Examples:
48
+ **
49
+ ** sqlite_rename_table('CREATE TABLE abc(a, b, c)', 'def')
50
+ ** . 'CREATE TABLE def(a, b, c)'
51
+ **
52
+ ** sqlite_rename_table('CREATE INDEX i ON abc(a)', 'def')
53
+ ** . 'CREATE INDEX i ON def(a, b, c)'
54
+ */
55
+ static void renameTableFunc(
56
+ sqlite3_context context,
57
+ int NotUsed,
58
+ sqlite3_value[] argv
59
+ )
60
+ {
61
+ string bResult = sqlite3_value_text( argv[0] );
62
+ string zSql = bResult == null ? "" : bResult;
63
+ string zTableName = sqlite3_value_text( argv[1] );
64
+
65
+ int token = 0;
66
+ Token tname = new Token();
67
+ int zCsr = 0;
68
+ int zLoc = 0;
69
+ int len = 0;
70
+ string zRet;
71
+
72
+ sqlite3 db = sqlite3_context_db_handle( context );
73
+
74
+ UNUSED_PARAMETER( NotUsed );
75
+
76
+ /* The principle used to locate the table name in the CREATE TABLE
77
+ ** statement is that the table name is the first non-space token that
78
+ ** is immediately followed by a TK_LP or TK_USING token.
79
+ */
80
+ if ( zSql != "" )
81
+ {
82
+ do
83
+ {
84
+ if ( zCsr == zSql.Length )
85
+ {
86
+ /* Ran out of input before finding an opening bracket. Return NULL. */
87
+ return;
88
+ }
89
+
90
+ /* Store the token that zCsr points to in tname. */
91
+ zLoc = zCsr;
92
+ tname.z = zSql.Substring( zCsr );//(char*)zCsr;
93
+ tname.n = len;
94
+
95
+ /* Advance zCsr to the next token. Store that token type in 'token',
96
+ ** and its length in 'len' (to be used next iteration of this loop).
97
+ */
98
+ do
99
+ {
100
+ zCsr += len;
101
+ len = ( zCsr == zSql.Length ) ? 1 : sqlite3GetToken( zSql, zCsr, ref token );
102
+ } while ( token == TK_SPACE );
103
+ Debug.Assert( len > 0 );
104
+ } while ( token != TK_LP && token != TK_USING );
105
+
106
+ zRet = sqlite3MPrintf( db, "%.*s\"%w\"%s", zLoc, zSql.Substring( 0, zLoc ),
107
+ zTableName, zSql.Substring( zLoc + tname.n ) );
108
+
109
+ sqlite3_result_text( context, zRet, -1, SQLITE_DYNAMIC );
110
+ }
111
+ }
112
+
113
+ /*
114
+ ** This C function implements an SQL user function that is used by SQL code
115
+ ** generated by the ALTER TABLE ... RENAME command to modify the definition
116
+ ** of any foreign key constraints that use the table being renamed as the
117
+ ** parent table. It is passed three arguments:
118
+ **
119
+ ** 1) The complete text of the CREATE TABLE statement being modified,
120
+ ** 2) The old name of the table being renamed, and
121
+ ** 3) The new name of the table being renamed.
122
+ **
123
+ ** It returns the new CREATE TABLE statement. For example:
124
+ **
125
+ ** sqlite_rename_parent('CREATE TABLE t1(a REFERENCES t2)', 't2', 't3')
126
+ ** -> 'CREATE TABLE t1(a REFERENCES t3)'
127
+ */
128
+ #if !SQLITE_OMIT_FOREIGN_KEY
129
+ static void renameParentFunc(
130
+ sqlite3_context context,
131
+ int NotUsed,
132
+ sqlite3_value[] argv
133
+ )
134
+ {
135
+ sqlite3 db = sqlite3_context_db_handle( context );
136
+ string zOutput = "";
137
+ string zResult;
138
+ string zInput = sqlite3_value_text( argv[0] );
139
+ string zOld = sqlite3_value_text( argv[1] );
140
+ string zNew = sqlite3_value_text( argv[2] );
141
+
142
+ int zIdx; /* Pointer to token */
143
+ int zLeft = 0; /* Pointer to remainder of String */
144
+ int n = 0; /* Length of token z */
145
+ int token = 0; /* Type of token */
146
+
147
+ UNUSED_PARAMETER( NotUsed );
148
+ for ( zIdx = 0; zIdx < zInput.Length; zIdx += n )//z=zInput; *z; z=z+n)
149
+ {
150
+ n = sqlite3GetToken( zInput, zIdx, ref token );
151
+ if ( token == TK_REFERENCES )
152
+ {
153
+ string zParent;
154
+ do
155
+ {
156
+ zIdx += n;
157
+ n = sqlite3GetToken( zInput, zIdx, ref token );
158
+ } while ( token == TK_SPACE );
159
+
160
+ zParent = zIdx + n < zInput.Length ? zInput.Substring( zIdx, n ) : "";//sqlite3DbStrNDup(db, zIdx, n);
161
+ if ( String.IsNullOrEmpty( zParent ) ) break;
162
+ sqlite3Dequote( ref zParent );
163
+ if ( 0 == sqlite3StrICmp( zOld, zParent ) )
164
+ {
165
+ string zOut = sqlite3MPrintf( db, "%s%.*s\"%w\"",
166
+ zOutput, zIdx-zLeft, zInput.Substring(zLeft), zNew
167
+ );
168
+ sqlite3DbFree( db, ref zOutput );
169
+ zOutput = zOut;
170
+ zIdx += n;// zInput = &z[n];
171
+ zLeft = zIdx;
172
+ }
173
+ sqlite3DbFree( db, ref zParent );
174
+ }
175
+ }
176
+
177
+ zResult = sqlite3MPrintf( db, "%s%s", zOutput , zInput.Substring(zLeft) );
178
+ sqlite3_result_text( context, zResult, -1, SQLITE_DYNAMIC );
179
+ sqlite3DbFree( db, ref zOutput );
180
+ }
181
+ #endif
182
+
183
+ #if !SQLITE_OMIT_TRIGGER
184
+ /* This function is used by SQL generated to implement the
185
+ ** ALTER TABLE command. The first argument is the text of a CREATE TRIGGER
186
+ ** statement. The second is a table name. The table name in the CREATE
187
+ ** TRIGGER statement is replaced with the third argument and the result
188
+ ** returned. This is analagous to renameTableFunc() above, except for CREATE
189
+ ** TRIGGER, not CREATE INDEX and CREATE TABLE.
190
+ */
191
+ static void renameTriggerFunc(
192
+ sqlite3_context context,
193
+ int NotUsed,
194
+ sqlite3_value[] argv
195
+ )
196
+ {
197
+ string zSql = sqlite3_value_text( argv[0] );
198
+ string zTableName = sqlite3_value_text( argv[1] );
199
+
200
+ int token = 0;
201
+ Token tname = new Token();
202
+ int dist = 3;
203
+ int zCsr = 0;
204
+ int zLoc = 0;
205
+ int len = 1;
206
+ string zRet;
207
+
208
+ sqlite3 db = sqlite3_context_db_handle( context );
209
+
210
+ UNUSED_PARAMETER( NotUsed );
211
+
212
+ /* The principle used to locate the table name in the CREATE TRIGGER
213
+ ** statement is that the table name is the first token that is immediatedly
214
+ ** preceded by either TK_ON or TK_DOT and immediatedly followed by one
215
+ ** of TK_WHEN, TK_BEGIN or TK_FOR.
216
+ */
217
+ if ( zSql != null )
218
+ {
219
+ do
220
+ {
221
+
222
+ if ( zCsr == zSql.Length )
223
+ {
224
+ /* Ran out of input before finding the table name. Return NULL. */
225
+ return;
226
+ }
227
+
228
+ /* Store the token that zCsr points to in tname. */
229
+ zLoc = zCsr;
230
+ tname.z = zSql.Substring( zCsr, len );//(char*)zCsr;
231
+ tname.n = len;
232
+
233
+ /* Advance zCsr to the next token. Store that token type in 'token',
234
+ ** and its length in 'len' (to be used next iteration of this loop).
235
+ */
236
+ do
237
+ {
238
+ zCsr += len;
239
+ len = ( zCsr == zSql.Length ) ? 1 : sqlite3GetToken( zSql, zCsr, ref token );
240
+ } while ( token == TK_SPACE );
241
+ Debug.Assert( len > 0 );
242
+
243
+ /* Variable 'dist' stores the number of tokens read since the most
244
+ ** recent TK_DOT or TK_ON. This means that when a WHEN, FOR or BEGIN
245
+ ** token is read and 'dist' equals 2, the condition stated above
246
+ ** to be met.
247
+ **
248
+ ** Note that ON cannot be a database, table or column name, so
249
+ ** there is no need to worry about syntax like
250
+ ** "CREATE TRIGGER ... ON ON.ON BEGIN ..." etc.
251
+ */
252
+ dist++;
253
+ if ( token == TK_DOT || token == TK_ON )
254
+ {
255
+ dist = 0;
256
+ }
257
+ } while ( dist != 2 || ( token != TK_WHEN && token != TK_FOR && token != TK_BEGIN ) );
258
+
259
+ /* Variable tname now contains the token that is the old table-name
260
+ ** in the CREATE TRIGGER statement.
261
+ */
262
+ zRet = sqlite3MPrintf( db, "%.*s\"%w\"%s", zLoc, zSql.Substring( 0, zLoc ),
263
+ zTableName, zSql.Substring( zLoc + tname.n ) );
264
+ sqlite3_result_text( context, zRet, -1, SQLITE_DYNAMIC );
265
+ }
266
+ }
267
+ #endif // * !SQLITE_OMIT_TRIGGER */
268
+
269
+ /*
270
+ ** Register built-in functions used to help implement ALTER TABLE
271
+ */
272
+ static void sqlite3AlterFunctions( sqlite3 db )
273
+ {
274
+ sqlite3CreateFunc( db, "sqlite_rename_table", 2, SQLITE_UTF8, 0,
275
+ renameTableFunc, null, null );
276
+ #if !SQLITE_OMIT_TRIGGER
277
+ sqlite3CreateFunc( db, "sqlite_rename_trigger", 2, SQLITE_UTF8, 0,
278
+ renameTriggerFunc, null, null );
279
+ #endif
280
+ #if !SQLITE_OMIT_FOREIGN_KEY
281
+ sqlite3CreateFunc( db, "sqlite_rename_parent", 3, SQLITE_UTF8, 0,
282
+ renameParentFunc, null, null );
283
+ #endif
284
+ }
285
+
286
+ /*
287
+ ** This function is used to create the text of expressions of the form:
288
+ **
289
+ ** name=<constant1> OR name=<constant2> OR ...
290
+ **
291
+ ** If argument zWhere is NULL, then a pointer string containing the text
292
+ ** "name=<constant>" is returned, where <constant> is the quoted version
293
+ ** of the string passed as argument zConstant. The returned buffer is
294
+ ** allocated using sqlite3DbMalloc(). It is the responsibility of the
295
+ ** caller to ensure that it is eventually freed.
296
+ **
297
+ ** If argument zWhere is not NULL, then the string returned is
298
+ ** "<where> OR name=<constant>", where <where> is the contents of zWhere.
299
+ ** In this case zWhere is passed to sqlite3DbFree() before returning.
300
+ **
301
+ */
302
+ static string whereOrName( sqlite3 db, string zWhere, string zConstant )
303
+ {
304
+ string zNew;
305
+ if ( String.IsNullOrEmpty( zWhere ) )
306
+ {
307
+ zNew = sqlite3MPrintf( db, "name=%Q", zConstant );
308
+ }
309
+ else
310
+ {
311
+ zNew = sqlite3MPrintf( db, "%s OR name=%Q", zWhere, zConstant );
312
+ sqlite3DbFree( db, ref zWhere );
313
+ }
314
+ return zNew;
315
+ }
316
+
317
+ #if !(SQLITE_OMIT_FOREIGN_KEY) && !(SQLITE_OMIT_TRIGGER)
318
+ /*
319
+ ** Generate the text of a WHERE expression which can be used to select all
320
+ ** tables that have foreign key constraints that refer to table pTab (i.e.
321
+ ** constraints for which pTab is the parent table) from the sqlite_master
322
+ ** table.
323
+ */
324
+ static string whereForeignKeys(Parse pParse, Table pTab){
325
+ FKey p;
326
+ string zWhere = "";
327
+ for(p=sqlite3FkReferences(pTab); p!= null; p=p.pNextTo){
328
+ zWhere = whereOrName(pParse.db, zWhere, p.pFrom.zName);
329
+ }
330
+ return zWhere;
331
+ }
332
+ #endif
333
+
334
+ /*
335
+ ** Generate the text of a WHERE expression which can be used to select all
336
+ ** temporary triggers on table pTab from the sqlite_temp_master table. If
337
+ ** table pTab has no temporary triggers, or is itself stored in the
338
+ ** temporary database, NULL is returned.
339
+ */
340
+ static string whereTempTriggers( Parse pParse, Table pTab )
341
+ {
342
+ Trigger pTrig;
343
+ string zWhere = "";
344
+ Schema pTempSchema = pParse.db.aDb[1].pSchema; /* Temp db schema */
345
+
346
+ /* If the table is not located in the temp.db (in which case NULL is
347
+ ** returned, loop through the tables list of triggers. For each trigger
348
+ ** that is not part of the temp.db schema, add a clause to the WHERE
349
+ ** expression being built up in zWhere.
350
+ */
351
+ if ( pTab.pSchema != pTempSchema )
352
+ {
353
+ sqlite3 db = pParse.db;
354
+ for ( pTrig = sqlite3TriggerList( pParse, pTab ); pTrig != null; pTrig = pTrig.pNext )
355
+ {
356
+ if ( pTrig.pSchema == pTempSchema )
357
+ {
358
+ zWhere = whereOrName( db, zWhere, pTrig.zName );
359
+ }
360
+ }
361
+ }
362
+ return zWhere;
363
+ }
364
+
365
+ /*
366
+ ** Generate code to drop and reload the internal representation of table
367
+ ** pTab from the database, including triggers and temporary triggers.
368
+ ** Argument zName is the name of the table in the database schema at
369
+ ** the time the generated code is executed. This can be different from
370
+ ** pTab.zName if this function is being called to code part of an
371
+ ** "ALTER TABLE RENAME TO" statement.
372
+ */
373
+ static void reloadTableSchema( Parse pParse, Table pTab, string zName )
374
+ {
375
+ Vdbe v;
376
+ string zWhere;
377
+ int iDb; /* Index of database containing pTab */
378
+ #if !SQLITE_OMIT_TRIGGER
379
+ Trigger pTrig;
380
+ #endif
381
+
382
+ v = sqlite3GetVdbe( pParse );
383
+ if ( NEVER( v == null ) ) return;
384
+ Debug.Assert( sqlite3BtreeHoldsAllMutexes( pParse.db ) );
385
+ iDb = sqlite3SchemaToIndex( pParse.db, pTab.pSchema );
386
+ Debug.Assert( iDb >= 0 );
387
+
388
+ #if !SQLITE_OMIT_TRIGGER
389
+ /* Drop any table triggers from the internal schema. */
390
+ for ( pTrig = sqlite3TriggerList( pParse, pTab ) ; pTrig != null ; pTrig = pTrig.pNext )
391
+ {
392
+ int iTrigDb = sqlite3SchemaToIndex( pParse.db, pTrig.pSchema );
393
+ Debug.Assert( iTrigDb == iDb || iTrigDb == 1 );
394
+ sqlite3VdbeAddOp4( v, OP_DropTrigger, iTrigDb, 0, 0, pTrig.zName, 0 );
395
+ }
396
+ #endif
397
+
398
+ /* Drop the table and index from the internal schema. */
399
+ sqlite3VdbeAddOp4( v, OP_DropTable, iDb, 0, 0, pTab.zName, 0 );
400
+
401
+ /* Reload the table, index and permanent trigger schemas. */
402
+ zWhere = sqlite3MPrintf( pParse.db, "tbl_name=%Q", zName );
403
+ if ( zWhere == null ) return;
404
+ sqlite3VdbeAddOp4( v, OP_ParseSchema, iDb, 0, 0, zWhere, P4_DYNAMIC );
405
+
406
+ #if !SQLITE_OMIT_TRIGGER
407
+ /* Now, if the table is not stored in the temp database, reload any temp
408
+ ** triggers. Don't use IN(...) in case SQLITE_OMIT_SUBQUERY is defined.
409
+ */
410
+ if ( ( zWhere = whereTempTriggers( pParse, pTab ) ) != "" )
411
+ {
412
+ sqlite3VdbeAddOp4( v, OP_ParseSchema, 1, 0, 0, zWhere, P4_DYNAMIC );
413
+ }
414
+ #endif
415
+ }
416
+
417
+ /*
418
+ ** Generate code to implement the "ALTER TABLE xxx RENAME TO yyy"
419
+ ** command.
420
+ */
421
+ static void sqlite3AlterRenameTable(
422
+ Parse pParse, /* Parser context. */
423
+ SrcList pSrc, /* The table to rename. */
424
+ Token pName /* The new table name. */
425
+ )
426
+ {
427
+ int iDb; /* Database that contains the table */
428
+ string zDb; /* Name of database iDb */
429
+ Table pTab; /* Table being renamed */
430
+ string zName = null; /* NULL-terminated version of pName */
431
+ sqlite3 db = pParse.db; /* Database connection */
432
+ int nTabName; /* Number of UTF-8 characters in zTabName */
433
+ string zTabName; /* Original name of the table */
434
+ Vdbe v;
435
+ #if !SQLITE_OMIT_TRIGGER
436
+ string zWhere = ""; /* Where clause to locate temp triggers */
437
+ #endif
438
+ VTable pVTab = null; /* Non-zero if this is a v-tab with an xRename() */
439
+
440
+ //if ( NEVER( db.mallocFailed != 0 ) ) goto exit_rename_table;
441
+ Debug.Assert( pSrc.nSrc == 1 );
442
+ Debug.Assert( sqlite3BtreeHoldsAllMutexes( pParse.db ) );
443
+ pTab = sqlite3LocateTable( pParse, 0, pSrc.a[0].zName, pSrc.a[0].zDatabase );
444
+ if ( pTab == null ) goto exit_rename_table;
445
+ iDb = sqlite3SchemaToIndex( pParse.db, pTab.pSchema );
446
+ zDb = db.aDb[iDb].zName;
447
+
448
+ /* Get a NULL terminated version of the new table name. */
449
+ zName = sqlite3NameFromToken( db, pName );
450
+ if ( zName == null ) goto exit_rename_table;
451
+
452
+ /* Check that a table or index named 'zName' does not already exist
453
+ ** in database iDb. If so, this is an error.
454
+ */
455
+ if ( sqlite3FindTable( db, zName, zDb ) != null || sqlite3FindIndex( db, zName, zDb ) != null )
456
+ {
457
+ sqlite3ErrorMsg( pParse,
458
+ "there is already another table or index with this name: %s", zName );
459
+ goto exit_rename_table;
460
+ }
461
+
462
+ /* Make sure it is not a system table being altered, or a reserved name
463
+ ** that the table is being renamed to.
464
+ */
465
+ if ( sqlite3Strlen30( pTab.zName ) > 6
466
+ && 0 == sqlite3StrNICmp( pTab.zName, "sqlite_", 7 )
467
+ )
468
+ {
469
+ sqlite3ErrorMsg( pParse, "table %s may not be altered", pTab.zName );
470
+ goto exit_rename_table;
471
+ }
472
+ if ( SQLITE_OK != sqlite3CheckObjectName( pParse, zName ) )
473
+ {
474
+ goto exit_rename_table;
475
+ }
476
+
477
+ #if !SQLITE_OMIT_VIEW
478
+ if ( pTab.pSelect != null )
479
+ {
480
+ sqlite3ErrorMsg( pParse, "view %s may not be altered", pTab.zName );
481
+ goto exit_rename_table;
482
+ }
483
+ #endif
484
+
485
+ #if !SQLITE_OMIT_AUTHORIZATION
486
+ /* Invoke the authorization callback. */
487
+ if( sqlite3AuthCheck(pParse, SQLITE_ALTER_TABLE, zDb, pTab.zName, 0) ){
488
+ goto exit_rename_table;
489
+ }
490
+ #endif
491
+
492
+ if ( sqlite3ViewGetColumnNames( pParse, pTab ) != 0 )
493
+ {
494
+ goto exit_rename_table;
495
+ }
496
+ #if !SQLITE_OMIT_VIRTUALTABLE
497
+ if( IsVirtual(pTab) ){
498
+ pVTab = sqlite3GetVTable(db, pTab);
499
+ if( pVTab.pVtab.pModule.xRename==null ){
500
+ pVTab = null;
501
+ }
502
+ #endif
503
+ /* Begin a transaction and code the VerifyCookie for database iDb.
504
+ ** Then modify the schema cookie (since the ALTER TABLE modifies the
505
+ ** schema). Open a statement transaction if the table is a virtual
506
+ ** table.
507
+ */
508
+ v = sqlite3GetVdbe( pParse );
509
+ if ( v == null )
510
+ {
511
+ goto exit_rename_table;
512
+ }
513
+ sqlite3BeginWriteOperation( pParse, pVTab != null ? 1 : 0, iDb );
514
+ sqlite3ChangeCookie( pParse, iDb );
515
+
516
+ /* If this is a virtual table, invoke the xRename() function if
517
+ ** one is defined. The xRename() callback will modify the names
518
+ ** of any resources used by the v-table implementation (including other
519
+ ** SQLite tables) that are identified by the name of the virtual table.
520
+ */
521
+ #if !SQLITE_OMIT_VIRTUALTABLE
522
+ if ( pVTab !=null)
523
+ {
524
+ int i = ++pParse.nMem;
525
+ sqlite3VdbeAddOp4( v, OP_String8, 0, i, 0, zName, 0 );
526
+ sqlite3VdbeAddOp4( v, OP_VRename, i, 0, 0, pVtab, P4_VTAB );
527
+ sqlite3MayAbort(pParse);
528
+ }
529
+ #endif
530
+
531
+ /* figure out how many UTF-8 characters are in zName */
532
+ zTabName = pTab.zName;
533
+ nTabName = sqlite3Utf8CharLen( zTabName, -1 );
534
+
535
+ #if !(SQLITE_OMIT_FOREIGN_KEY) && !(SQLITE_OMIT_TRIGGER)
536
+ if(( db.flags&SQLITE_ForeignKeys )!=0){
537
+ /* If foreign-key support is enabled, rewrite the CREATE TABLE
538
+ ** statements corresponding to all child tables of foreign key constraints
539
+ ** for which the renamed table is the parent table. */
540
+ if( (zWhere=whereForeignKeys(pParse, pTab))!=null ){
541
+ sqlite3NestedParse(pParse,
542
+ "UPDATE \"%w\".%s SET "+
543
+ "sql = sqlite_rename_parent(sql, %Q, %Q) "+
544
+ "WHERE %s;", zDb, SCHEMA_TABLE(iDb), zTabName, zName, zWhere);
545
+ sqlite3DbFree(db, ref zWhere);
546
+ }
547
+ }
548
+ #endif
549
+
550
+ /* Modify the sqlite_master table to use the new table name. */
551
+ sqlite3NestedParse( pParse,
552
+ "UPDATE %Q.%s SET " +
553
+ #if SQLITE_OMIT_TRIGGER
554
+ "sql = sqlite_rename_table(sql, %Q), " +
555
+ #else
556
+ "sql = CASE " +
557
+ "WHEN type = 'trigger' THEN sqlite_rename_trigger(sql, %Q)" +
558
+ "ELSE sqlite_rename_table(sql, %Q) END, " +
559
+ #endif
560
+ "tbl_name = %Q, " +
561
+ "name = CASE " +
562
+ "WHEN type='table' THEN %Q " +
563
+ "WHEN name LIKE 'sqlite_autoindex%%' AND type='index' THEN " +
564
+ "'sqlite_autoindex_' || %Q || substr(name,%d+18) " +
565
+ "ELSE name END " +
566
+ "WHERE tbl_name=%Q AND " +
567
+ "(type='table' OR type='index' OR type='trigger');",
568
+ zDb, SCHEMA_TABLE( iDb ), zName, zName, zName,
569
+ #if !SQLITE_OMIT_TRIGGER
570
+ zName,
571
+ #endif
572
+ zName, nTabName, zTabName
573
+ );
574
+
575
+ #if !SQLITE_OMIT_AUTOINCREMENT
576
+ /* If the sqlite_sequence table exists in this database, then update
577
+ ** it with the new table name.
578
+ */
579
+ if ( sqlite3FindTable( db, "sqlite_sequence", zDb ) != null )
580
+ {
581
+ sqlite3NestedParse( pParse,
582
+ "UPDATE \"%w\".sqlite_sequence set name = %Q WHERE name = %Q",
583
+ zDb, zName, pTab.zName
584
+ );
585
+ }
586
+ #endif
587
+
588
+ #if !SQLITE_OMIT_TRIGGER
589
+ /* If there are TEMP triggers on this table, modify the sqlite_temp_master
590
+ ** table. Don't do this if the table being ALTERed is itself located in
591
+ ** the temp database.
592
+ */
593
+ if ( ( zWhere = whereTempTriggers( pParse, pTab ) ) != "" )
594
+ {
595
+ sqlite3NestedParse( pParse,
596
+ "UPDATE sqlite_temp_master SET " +
597
+ "sql = sqlite_rename_trigger(sql, %Q), " +
598
+ "tbl_name = %Q " +
599
+ "WHERE %s;", zName, zName, zWhere );
600
+ sqlite3DbFree( db, ref zWhere );
601
+ }
602
+ #endif
603
+
604
+ #if !(SQLITE_OMIT_FOREIGN_KEY) && !(SQLITE_OMIT_TRIGGER)
605
+ if(( db.flags&SQLITE_ForeignKeys )!=0){
606
+ FKey p;
607
+ for(p=sqlite3FkReferences(pTab); p!=null; p=p.pNextTo){
608
+ Table pFrom = p.pFrom;
609
+ if( pFrom!=pTab ){
610
+ reloadTableSchema(pParse, p.pFrom, pFrom.zName);
611
+ }
612
+ }
613
+ }
614
+ #endif
615
+
616
+ /* Drop and reload the internal table schema. */
617
+ reloadTableSchema( pParse, pTab, zName );
618
+
619
+ exit_rename_table:
620
+ sqlite3SrcListDelete( db, ref pSrc );
621
+ sqlite3DbFree( db, ref zName );
622
+ }
623
+
624
+ /*
625
+ ** Generate code to make sure the file format number is at least minFormat.
626
+ ** The generated code will increase the file format number if necessary.
627
+ */
628
+ static void sqlite3MinimumFileFormat( Parse pParse, int iDb, int minFormat )
629
+ {
630
+ Vdbe v;
631
+ v = sqlite3GetVdbe( pParse );
632
+ /* The VDBE should have been allocated before this routine is called.
633
+ ** If that allocation failed, we would have quit before reaching this
634
+ ** point */
635
+ if ( ALWAYS( v ) )
636
+ {
637
+ int r1 = sqlite3GetTempReg( pParse );
638
+ int r2 = sqlite3GetTempReg( pParse );
639
+ int j1;
640
+ sqlite3VdbeAddOp3( v, OP_ReadCookie, iDb, r1, BTREE_FILE_FORMAT );
641
+ sqlite3VdbeUsesBtree( v, iDb );
642
+ sqlite3VdbeAddOp2( v, OP_Integer, minFormat, r2 );
643
+ j1 = sqlite3VdbeAddOp3( v, OP_Ge, r2, 0, r1 );
644
+ sqlite3VdbeAddOp3( v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, r2 );
645
+ sqlite3VdbeJumpHere( v, j1 );
646
+ sqlite3ReleaseTempReg( pParse, r1 );
647
+ sqlite3ReleaseTempReg( pParse, r2 );
648
+ }
649
+ }
650
+
651
+ /*
652
+ ** This function is called after an "ALTER TABLE ... ADD" statement
653
+ ** has been parsed. Argument pColDef contains the text of the new
654
+ ** column definition.
655
+ **
656
+ ** The Table structure pParse.pNewTable was extended to include
657
+ ** the new column during parsing.
658
+ */
659
+ static void sqlite3AlterFinishAddColumn( Parse pParse, Token pColDef )
660
+ {
661
+ Table pNew; /* Copy of pParse.pNewTable */
662
+ Table pTab; /* Table being altered */
663
+ int iDb; /* Database number */
664
+ string zDb; /* Database name */
665
+ string zTab; /* Table name */
666
+ string zCol; /* Null-terminated column definition */
667
+ Column pCol; /* The new column */
668
+ Expr pDflt; /* Default value for the new column */
669
+ sqlite3 db; /* The database connection; */
670
+
671
+ db = pParse.db;
672
+ if ( pParse.nErr != 0 /*|| db.mallocFailed != 0 */ ) return;
673
+ pNew = pParse.pNewTable;
674
+ Debug.Assert( pNew != null );
675
+ Debug.Assert( sqlite3BtreeHoldsAllMutexes( db ) );
676
+ iDb = sqlite3SchemaToIndex( db, pNew.pSchema );
677
+ zDb = db.aDb[iDb].zName;
678
+ zTab = pNew.zName.Substring( 16 );// zTab = &pNew->zName[16]; /* Skip the "sqlite_altertab_" prefix on the name */
679
+ pCol = pNew.aCol[pNew.nCol - 1];
680
+ pDflt = pCol.pDflt;
681
+ pTab = sqlite3FindTable( db, zTab, zDb );
682
+ Debug.Assert( pTab != null );
683
+
684
+ #if !SQLITE_OMIT_AUTHORIZATION
685
+ /* Invoke the authorization callback. */
686
+ if( sqlite3AuthCheck(pParse, SQLITE_ALTER_TABLE, zDb, pTab.zName, 0) ){
687
+ return;
688
+ }
689
+ #endif
690
+
691
+ /* If the default value for the new column was specified with a
692
+ ** literal NULL, then set pDflt to 0. This simplifies checking
693
+ ** for an SQL NULL default below.
694
+ */
695
+ if ( pDflt != null && pDflt.op == TK_NULL )
696
+ {
697
+ pDflt = null;
698
+ }
699
+
700
+ /* Check that the new column is not specified as PRIMARY KEY or UNIQUE.
701
+ ** If there is a NOT NULL constraint, then the default value for the
702
+ ** column must not be NULL.
703
+ */
704
+ if ( pCol.isPrimKey != 0 )
705
+ {
706
+ sqlite3ErrorMsg( pParse, "Cannot add a PRIMARY KEY column" );
707
+ return;
708
+ }
709
+ if ( pNew.pIndex != null )
710
+ {
711
+ sqlite3ErrorMsg( pParse, "Cannot add a UNIQUE column" );
712
+ return;
713
+ }
714
+ if ( ( db.flags & SQLITE_ForeignKeys ) != 0 && pNew.pFKey != null && pDflt != null )
715
+ {
716
+ sqlite3ErrorMsg( pParse,
717
+ "Cannot add a REFERENCES column with non-NULL default value" );
718
+ return;
719
+ }
720
+ if ( pCol.notNull != 0 && pDflt == null )
721
+ {
722
+ sqlite3ErrorMsg( pParse,
723
+ "Cannot add a NOT NULL column with default value NULL" );
724
+ return;
725
+ }
726
+
727
+ /* Ensure the default expression is something that sqlite3ValueFromExpr()
728
+ ** can handle (i.e. not CURRENT_TIME etc.)
729
+ */
730
+ if ( pDflt != null )
731
+ {
732
+ sqlite3_value pVal = null;
733
+ if ( sqlite3ValueFromExpr( db, pDflt, SQLITE_UTF8, SQLITE_AFF_NONE, ref pVal ) != 0 )
734
+ {
735
+ // db.mallocFailed = 1;
736
+ return;
737
+ }
738
+ if ( pVal == null )
739
+ {
740
+ sqlite3ErrorMsg( pParse, "Cannot add a column with non-constant default" );
741
+ return;
742
+ }
743
+ sqlite3ValueFree( ref pVal );
744
+ }
745
+
746
+ /* Modify the CREATE TABLE statement. */
747
+ zCol = pColDef.z.Substring( 0, pColDef.n ).Replace( ";", " " ).Trim();//sqlite3DbStrNDup(db, (char*)pColDef.z, pColDef.n);
748
+ if ( zCol != null )
749
+ {
750
+ // char zEnd = zCol[pColDef.n-1];
751
+ // while( zEnd>zCol && (*zEnd==';' || sqlite3Isspace(*zEnd)) ){
752
+ // zEnd-- = '\0';
753
+ // }
754
+ sqlite3NestedParse( pParse,
755
+ "UPDATE \"%w\".%s SET " +
756
+ "sql = substr(sql,1,%d) || ', ' || %Q || substr(sql,%d) " +
757
+ "WHERE type = 'table' AND name = %Q",
758
+ zDb, SCHEMA_TABLE( iDb ), pNew.addColOffset, zCol, pNew.addColOffset + 1,
759
+ zTab
760
+ );
761
+ sqlite3DbFree( db, ref zCol );
762
+ }
763
+
764
+ /* If the default value of the new column is NULL, then set the file
765
+ ** format to 2. If the default value of the new column is not NULL,
766
+ ** the file format becomes 3.
767
+ */
768
+ sqlite3MinimumFileFormat( pParse, iDb, pDflt != null ? 3 : 2 );
769
+
770
+ /* Reload the schema of the modified table. */
771
+ reloadTableSchema( pParse, pTab, pTab.zName );
772
+ }
773
+
774
+ /*
775
+ ** This function is called by the parser after the table-name in
776
+ ** an "ALTER TABLE <table-name> ADD" statement is parsed. Argument
777
+ ** pSrc is the full-name of the table being altered.
778
+ **
779
+ ** This routine makes a (partial) copy of the Table structure
780
+ ** for the table being altered and sets Parse.pNewTable to point
781
+ ** to it. Routines called by the parser as the column definition
782
+ ** is parsed (i.e. sqlite3AddColumn()) add the new Column data to
783
+ ** the copy. The copy of the Table structure is deleted by tokenize.c
784
+ ** after parsing is finished.
785
+ **
786
+ ** Routine sqlite3AlterFinishAddColumn() will be called to complete
787
+ ** coding the "ALTER TABLE ... ADD" statement.
788
+ */
789
+ static void sqlite3AlterBeginAddColumn( Parse pParse, SrcList pSrc )
790
+ {
791
+ Table pNew;
792
+ Table pTab;
793
+ Vdbe v;
794
+ int iDb;
795
+ int i;
796
+ int nAlloc;
797
+ sqlite3 db = pParse.db;
798
+
799
+ /* Look up the table being altered. */
800
+ Debug.Assert( pParse.pNewTable == null );
801
+ Debug.Assert( sqlite3BtreeHoldsAllMutexes( db ) );
802
+ // if ( db.mallocFailed != 0 ) goto exit_begin_add_column;
803
+ pTab = sqlite3LocateTable( pParse, 0, pSrc.a[0].zName, pSrc.a[0].zDatabase );
804
+ if ( pTab == null ) goto exit_begin_add_column;
805
+
806
+ if ( IsVirtual( pTab ) )
807
+ {
808
+ sqlite3ErrorMsg( pParse, "virtual tables may not be altered" );
809
+ goto exit_begin_add_column;
810
+ }
811
+
812
+ /* Make sure this is not an attempt to ALTER a view. */
813
+ if ( pTab.pSelect != null )
814
+ {
815
+ sqlite3ErrorMsg( pParse, "Cannot add a column to a view" );
816
+ goto exit_begin_add_column;
817
+ }
818
+
819
+ Debug.Assert( pTab.addColOffset > 0 );
820
+ iDb = sqlite3SchemaToIndex( db, pTab.pSchema );
821
+
822
+ /* Put a copy of the Table struct in Parse.pNewTable for the
823
+ ** sqlite3AddColumn() function and friends to modify. But modify
824
+ ** the name by adding an "sqlite_altertab_" prefix. By adding this
825
+ ** prefix, we insure that the name will not collide with an existing
826
+ ** table because user table are not allowed to have the "sqlite_"
827
+ ** prefix on their name.
828
+ */
829
+ pNew = new Table();// (Table*)sqlite3DbMallocZero( db, sizeof(Table))
830
+ if ( pNew == null ) goto exit_begin_add_column;
831
+ pParse.pNewTable = pNew;
832
+ pNew.nRef = 1;
833
+ pNew.dbMem = pTab.dbMem;
834
+ pNew.nCol = pTab.nCol;
835
+ Debug.Assert( pNew.nCol > 0 );
836
+ nAlloc = ( ( ( pNew.nCol - 1 ) / 8 ) * 8 ) + 8;
837
+ Debug.Assert( nAlloc >= pNew.nCol && nAlloc % 8 == 0 && nAlloc - pNew.nCol < 8 );
838
+ pNew.aCol = new Column[nAlloc];// (Column*)sqlite3DbMallocZero( db, sizeof(Column) * nAlloc );
839
+ pNew.zName = sqlite3MPrintf( db, "sqlite_altertab_%s", pTab.zName );
840
+ if ( pNew.aCol == null || pNew.zName == null )
841
+ {
842
+ // db.mallocFailed = 1;
843
+ goto exit_begin_add_column;
844
+ }
845
+ // memcpy( pNew.aCol, pTab.aCol, sizeof(Column) * pNew.nCol );
846
+ for ( i = 0; i < pNew.nCol; i++ )
847
+ {
848
+ Column pCol = pTab.aCol[i].Copy();
849
+ // sqlite3DbStrDup( db, pCol.zName );
850
+ pCol.zColl = null;
851
+ pCol.zType = null;
852
+ pCol.pDflt = null;
853
+ pCol.zDflt = null;
854
+ pNew.aCol[i] = pCol;
855
+ }
856
+ pNew.pSchema = db.aDb[iDb].pSchema;
857
+ pNew.addColOffset = pTab.addColOffset;
858
+ pNew.nRef = 1;
859
+
860
+ /* Begin a transaction and increment the schema cookie. */
861
+ sqlite3BeginWriteOperation( pParse, 0, iDb );
862
+ v = sqlite3GetVdbe( pParse );
863
+ if ( v == null ) goto exit_begin_add_column;
864
+ sqlite3ChangeCookie( pParse, iDb );
865
+
866
+ exit_begin_add_column:
867
+ sqlite3SrcListDelete( db, ref pSrc );
868
+ return;
869
+ }
870
+ #endif // * SQLITE_ALTER_TABLE */
871
+ }
872
+ }