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.
- data/CHANGELOG +18 -0
- data/CREDITS +38 -0
- data/README.md +2 -2
- data/Rakefile +60 -2
- data/bin/set-rhodes-sdk.bat +1 -0
- data/doc/application.txt +11 -0
- data/doc/build.txt +156 -39
- data/doc/configuration.txt +1 -10
- data/doc/connect-to-web-services.txt +6 -6
- data/doc/device-caps.txt +48 -5
- data/doc/extensions.txt +8 -1
- data/doc/rhom.txt +16 -0
- data/doc/synchronization.txt +56 -14
- data/doc/ui.txt +23 -2
- data/installer/instant-rhodes.nsi +6 -6
- data/lib/extensions/barcode/ext/barcode/platform/iphone/Barcode.xcodeproj/project.pbxproj +4 -2
- data/lib/extensions/barcode/ext/barcode/platform/wm/Rakefile +1 -1
- data/lib/extensions/digest-md5/ext/Rakefile +3 -3
- data/lib/extensions/digest-md5/ext/build +0 -1
- data/lib/extensions/digest-sha1/ext/Rakefile +1 -1
- data/lib/extensions/digest-sha1/ext/build +0 -1
- data/lib/extensions/digest/ext/Rakefile +3 -3
- data/lib/extensions/digest/ext/build +0 -1
- data/lib/extensions/fcntl/ext/Rakefile +1 -1
- data/lib/extensions/mspec/mspec/guards/guard.rb +4 -0
- data/lib/extensions/mspec/mspec/helpers/environment.rb +4 -0
- data/lib/extensions/nfc/ext.yml +2 -0
- data/lib/extensions/nfc/ext/build +12 -0
- data/lib/extensions/nfc/ext/build.bat +8 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/AndroidManifest.xml +25 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/Rakefile +94 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/ext_build.files +4 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/jni/src/nfc.cpp +404 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/Nfc.java +138 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcMessage.java +34 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcMessagePack.java +33 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcRecord.java +149 -0
- data/lib/extensions/nfc/ext/nfc/shared/ruby/nfc.i +22 -0
- data/lib/extensions/nfc/ext/nfc/shared/ruby/nfc_wrap.c +2034 -0
- data/lib/extensions/nfc/nfc.rb +120 -0
- data/lib/extensions/rholang/{lang_ca.rb → rholang/lang_ca.rb} +0 -0
- data/lib/extensions/rholang/{lang_cf.rb → rholang/lang_cf.rb} +0 -0
- data/lib/extensions/rholang/{lang_chef.rb → rholang/lang_chef.rb} +0 -0
- data/lib/extensions/rholang/{lang_cs.rb → rholang/lang_cs.rb} +0 -0
- data/lib/extensions/rholang/{lang_da.rb → rholang/lang_da.rb} +0 -0
- data/lib/extensions/rholang/{lang_de.rb → rholang/lang_de.rb} +0 -0
- data/lib/extensions/rholang/{lang_es.rb → rholang/lang_es.rb} +0 -0
- data/lib/extensions/rholang/{lang_es_ar.rb → rholang/lang_es_ar.rb} +0 -0
- data/lib/extensions/rholang/{lang_fi.rb → rholang/lang_fi.rb} +0 -0
- data/lib/extensions/rholang/{lang_fr.rb → rholang/lang_fr.rb} +0 -0
- data/lib/extensions/rholang/{lang_it.rb → rholang/lang_it.rb} +0 -0
- data/lib/extensions/rholang/{lang_ko.rb → rholang/lang_ko.rb} +0 -0
- data/lib/extensions/rholang/{lang_nl.rb → rholang/lang_nl.rb} +0 -0
- data/lib/extensions/rholang/{lang_no.rb → rholang/lang_no.rb} +0 -0
- data/lib/extensions/rholang/{lang_pt.rb → rholang/lang_pt.rb} +0 -0
- data/lib/extensions/rholang/{lang_pt_br.rb → rholang/lang_pt_br.rb} +0 -0
- data/lib/extensions/rholang/{lang_ru.rb → rholang/lang_ru.rb} +0 -0
- data/lib/extensions/rholang/{lang_se.rb → rholang/lang_se.rb} +0 -0
- data/lib/extensions/rholang/{lang_sr.rb → rholang/lang_sr.rb} +0 -0
- data/lib/extensions/rholang/{rhoerror_ru.rb → rholang/rhoerror_ru.rb} +0 -0
- data/lib/extensions/rholang/{rhomsg_ru.rb → rholang/rhomsg_ru.rb} +0 -0
- data/lib/framework/date/format.rb +2 -0
- data/lib/framework/dateOrig.rb +17 -8
- data/lib/framework/rational18.rb +532 -0
- data/lib/framework/res/back_btn.wp7.png +0 -0
- data/lib/framework/res/blue_pushpin.wp7.png +0 -0
- data/lib/framework/res/blue_pushpin_small.wp7.png +0 -0
- data/lib/framework/res/callout.wp7.png +0 -0
- data/lib/framework/res/callout_link.wp7.png +0 -0
- data/lib/framework/res/esri.wp7.png +0 -0
- data/lib/framework/res/forward_btn.wp7.png +0 -0
- data/lib/framework/res/home_btn.wp7.png +0 -0
- data/lib/framework/res/options_btn.wp7.png +0 -0
- data/lib/framework/res/refresh_btn.wp7.png +0 -0
- data/lib/framework/rho/render.rb +8 -1
- data/lib/framework/rho/rho.rb +30 -7
- data/lib/framework/rho/rhoapplication.rb +9 -4
- data/lib/framework/rho/rhofsconnector.rb +5 -1
- data/lib/framework/rho/rhotabbar.rb +8 -0
- data/lib/framework/rho/rhotoolbar.rb +1 -1
- data/lib/framework/rho/rhoviewhelpers.rb +18 -1
- data/lib/framework/rhodes.rb +1 -1
- data/lib/framework/rhoframework.rb +46 -1
- data/lib/framework/rholang/localization_simplified.rb +17 -16
- data/lib/framework/rhom/rhom_db_adapter.rb +2 -2
- data/lib/framework/rhom/rhom_object_factory.rb +115 -12
- data/lib/framework/rhosystem.rb +135 -0
- data/lib/framework/version.rb +1 -1
- data/lib/rhodes.rb +1 -1
- data/lib/test/apps/rhoconfig.txt +23 -23
- data/platform/android/Rhodes/AndroidManifest.full.xml +101 -0
- data/platform/android/Rhodes/AndroidManifest.xml +10 -15
- data/platform/android/Rhodes/default.properties +11 -0
- data/platform/android/Rhodes/gen/com/rhomobile/rhodes/R.java +59 -53
- data/platform/android/Rhodes/jni/include/rhodes.h +1 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_RhodesApplication.h +21 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_alert_PopupActivity.h +21 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_file_RhoFileApi.h +10 -2
- data/platform/android/Rhodes/jni/src/alert.cpp +2 -1
- data/platform/android/Rhodes/jni/src/datetimepicker.cpp +2 -0
- data/platform/android/Rhodes/jni/src/fileapi.cpp +671 -84
- data/platform/android/Rhodes/jni/src/nativebar.cpp +18 -0
- data/platform/android/Rhodes/jni/src/rhodes.cpp +92 -1
- data/platform/android/Rhodes/res/values/styles.xml +7 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/BaseActivity.java +35 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/Capabilities.java +12 -13
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/LocalFileProvider.java +130 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/NativeBar.java +6 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/PushReceiver.java +5 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/PushService.java +6 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhoMenu.java +7 -36
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivity.java +43 -20
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesApplication.java +2 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesService.java +63 -28
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/Utils.java +2 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/WebView.java +6 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/alert/Alert.java +19 -282
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/alert/PopupActivity.java +354 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/datetime/DateTimePickerScreen.java +4 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/event/EventStore.java +1 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/file/RhoFileApi.java +71 -5
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocationImpl.java +107 -37
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/SimpleMainView.java +10 -7
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/TabbedMainView.java +156 -56
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/MapView.java +0 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/phonebook/ContactAccessorNew.java +40 -32
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/signature/SignatureView.java +1 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/ExternalHttpHandler.java +14 -6
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/LocalFileHandler.java +46 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/MailUriHandler.java +4 -24
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/UriHandler.java +3 -1
- data/platform/android/build/RhodesSRC_build.files +28 -25
- data/platform/android/build/android.rake +230 -54
- data/platform/android/build/androidcommon.rb +1 -1
- data/platform/android/build/librhocommon_build.files +1 -0
- data/platform/bb/Hsqldb/BlackBerry_App_Descriptor.xml +20 -0
- data/platform/bb/Hsqldb/src/com/rho/db/HsqlDBResult.java +1 -5
- data/platform/bb/Hsqldb/src/com/rho/db/HsqlDBStorage.java +6 -1
- data/platform/bb/Hsqldb/src/org/hsqldb/rowio/RowOutputBase.java +1 -1
- data/platform/bb/Hsqldb/src/org/hsqldb/rowio/RowOutputBinary.java +1 -1
- data/platform/bb/RubyVM/BlackBerry_App_Descriptor.xml +20 -0
- data/platform/bb/RubyVM/src/com/rho/IRhoRubyHelper.java +2 -0
- data/platform/bb/RubyVM/src/com/rho/RhoLogOutputSink.java +0 -1
- data/platform/bb/RubyVM/src/com/rho/RhoLogger.java +12 -10
- data/platform/bb/RubyVM/src/com/rho/RhoThread.java +16 -0
- data/platform/bb/RubyVM/src/com/rho/RhoTimer.java +89 -0
- data/platform/bb/RubyVM/src/com/rho/RhodesApp.java +20 -13
- data/platform/bb/RubyVM/src/com/rho/SplashScreen.java +1 -2
- data/platform/bb/RubyVM/src/com/rho/ThreadQueue.java +2 -2
- data/platform/bb/RubyVM/src/com/rho/TimeInterval.java +5 -0
- data/platform/bb/RubyVM/src/com/rho/db/DBAdapter.java +54 -48
- data/platform/bb/RubyVM/src/com/rho/db/IDBResult.java +0 -1
- data/platform/bb/RubyVM/src/com/rho/db/IDBStorage.java +1 -0
- data/platform/bb/RubyVM/src/com/rho/net/AsyncHttp.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/ClientRegister.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/JSONStructIterator.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/SyncEngine.java +16 -8
- data/platform/bb/RubyVM/src/com/rho/sync/SyncNotify.java +2 -2
- data/platform/bb/RubyVM/src/com/rho/sync/SyncSource.java +52 -29
- data/platform/bb/RubyVM/src/com/rho/sync/SyncThread.java +1 -3
- data/platform/bb/build/RubyVM_build.files +1 -0
- data/platform/bb/build/bb.rake +29 -9
- data/platform/bb/rhodes/BlackBerry_App_Descriptor.xml +23 -0
- data/platform/bb/rhodes/platform/5.0/com/rho/RhodesApplicationPlatform.java +1 -1
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteCopyResult.java +0 -4
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteResult.java +13 -20
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteStorage.java +183 -157
- data/platform/bb/rhodes/src/com/rho/RhoRubyHelper.java +22 -0
- data/platform/bb/rhodes/src/com/rho/RhodesApplicationPlatform.java +1 -1
- data/platform/bb/rhodes/src/com/rho/db/SqliteCopyResult.java +0 -4
- data/platform/bb/rhodes/src/com/rho/db/SqliteResult.java +13 -20
- data/platform/bb/rhodes/src/com/rho/db/SqliteStorage.java +183 -157
- data/platform/bb/rhodes/src/com/rho/rubyext/System.java +46 -1
- data/platform/bb/rhodes/src/rhomobile/RhodesApplication.java +8 -1
- data/platform/bb/rhodes/src/rhomobile/camera/CameraFilesListener.java +13 -3
- data/platform/iphone/Classes/AppManager/AppManager.h +5 -1
- data/platform/iphone/Classes/AppManager/AppManager.m +170 -7
- data/platform/iphone/Classes/DateTimePicker.m +14 -1
- data/platform/iphone/Classes/DateTimePickerDelegate.h +2 -0
- data/platform/iphone/Classes/DateTimePickerDelegate.m +36 -2
- data/platform/iphone/Classes/NativeBar.h +1 -0
- data/platform/iphone/Classes/NativeBar.m +15 -3
- data/platform/iphone/Classes/Phonebook/phonebook.m +8 -9
- data/platform/iphone/Classes/Rhodes.m +50 -6
- data/platform/iphone/Classes/SimpleMainView.m +7 -6
- data/platform/iphone/Classes/SplitView/RightViewController.h +3 -1
- data/platform/iphone/Classes/SplitView/RightViewController.m +14 -1
- data/platform/iphone/Classes/TabbedMainView.h +4 -0
- data/platform/iphone/Classes/TabbedMainView.m +43 -26
- data/platform/iphone/Info.plist +1 -1
- data/platform/iphone/RhoLib/RhoLib.xcodeproj/project.pbxproj +4 -0
- data/platform/iphone/curl/curl.xcodeproj/project.pbxproj +3 -3
- data/platform/iphone/rbuild/iphone.rake +168 -119
- data/platform/iphone/rhoextlib/rhoextlib.xcodeproj/project.pbxproj +4 -2
- data/platform/iphone/rhorubylib/rhorubylib.xcodeproj/project.pbxproj +3 -3
- data/platform/iphone/rhorunner.xcodeproj/project.pbxproj +2 -2
- data/platform/iphone/rhosynclib/rhosynclib.xcodeproj/project.pbxproj +3 -3
- data/platform/shared/SyncClient/SyncClient.cpp +20 -8
- data/platform/shared/SyncClient/SyncClient.h +2 -1
- data/platform/shared/common/RhoDefs.h +4 -0
- data/platform/shared/common/RhoPort.h +22 -0
- data/platform/shared/common/RhoStd.h +5 -0
- data/platform/shared/common/RhoTime.cpp +73 -0
- data/platform/shared/common/RhoTime.h +26 -53
- data/platform/shared/common/RhodesApp.cpp +29 -28
- data/platform/shared/common/RhodesApp.h +4 -1
- data/platform/shared/common/StringConverter.h +37 -10
- data/platform/shared/common/app_build_capabilities.h +2 -0
- data/platform/shared/common/rhoparams.cpp +25 -12
- data/platform/shared/common/rhoparams.h +10 -8
- data/platform/shared/db/DBAdapter.cpp +0 -22
- data/platform/shared/json/RJSONTokener.c +15 -23
- data/platform/shared/net/AsyncHttp.cpp +9 -8
- data/platform/shared/net/HttpServer.cpp +61 -19
- data/platform/shared/net/HttpServer.h +2 -0
- data/platform/shared/ruby/ext/datetimepicker/datetimepicker.i +3 -0
- data/platform/shared/ruby/ext/datetimepicker/datetimepicker_wrap.c +151 -402
- data/platform/shared/ruby/ext/nativebar/nativebar.i +3 -0
- data/platform/shared/ruby/ext/nativebar/nativebar_wrap.c +154 -403
- data/platform/shared/ruby/ext/rho/rhoruby.c +4 -0
- data/platform/shared/ruby/ext/rho/rhoruby.h +2 -0
- data/platform/shared/ruby/ext/system/system.i +8 -0
- data/platform/shared/ruby/ext/system/system_wrap.c +80 -5
- data/platform/shared/ruby/file.c +6 -4
- data/platform/shared/ruby/gc.c +1 -1
- data/platform/shared/ruby/linux/ruby/config.h +7 -2
- data/platform/shared/ruby/missing/acosh.c +3 -3
- data/platform/shared/ruby/wince/_time.h +1 -1
- data/platform/shared/ruby/wince/stdlib.c +1 -1
- data/platform/shared/ruby/wince/string_wce.c +2 -2
- data/platform/shared/ruby/wince/sys/timeb.c +1 -0
- data/platform/shared/ruby/wince/time_wce.c +8 -0
- data/platform/shared/ruby/wince/wince.c +7 -7
- data/platform/shared/ruby/wince/wince.h +22 -0
- data/platform/shared/rubyext/System.cpp +19 -1
- data/platform/shared/sqlite/sqlite3.c +18993 -8129
- data/platform/shared/sqlite/sqlite3.h +953 -358
- data/platform/shared/sqlite/sqlite3ext.h +42 -0
- data/platform/shared/sync/SyncEngine.cpp +10 -0
- data/platform/shared/sync/SyncSource.cpp +41 -19
- data/platform/shared/sync/SyncSource.h +1 -1
- data/platform/shared/tcmalloc/rhomem.h +7 -2
- data/platform/shared/tcmalloc/windows/port.h +2 -0
- data/platform/shared/unzip/unzip.cpp +1 -0
- data/platform/shared/xruby/src/com/xruby/compiler/parser/RubyParser.java +11 -1
- data/platform/wm/RhoLib/RhoLib.vcproj +182 -24
- data/platform/wm/build/wm.rake +16 -3
- data/platform/wm/rhodes.sln +106 -113
- data/platform/wm/rhodes/Alert.cpp +6 -7
- data/platform/wm/rhodes/AppManager.cpp +8 -17
- data/platform/wm/rhodes/DateTimePicker.cpp +3 -0
- data/platform/wm/rhodes/DateTimePicker.h +2 -0
- data/platform/wm/rhodes/MainWindow.cpp +36 -16
- data/platform/wm/rhodes/MainWindow.h +6 -3
- data/platform/wm/rhodes/OutlookApp.cpp +3 -3
- data/platform/wm/rhodes/Rhodes.cpp +46 -27
- data/platform/wm/rhodes/Rhodes.rc +16 -3
- data/platform/wm/rhodes/RingtoneManager.cpp +7 -7
- data/platform/wm/rhodes/RingtoneManager.h +1 -1
- data/platform/wm/rhodes/Utils.cpp +2 -1
- data/platform/wm/rhodes/bluetooth/Bluetooth.cpp +1 -13
- data/platform/wm/rhodes/bluetooth/Bluetooth.h +1 -2
- data/platform/wm/rhodes/camera/Camera.cpp +6 -12
- data/platform/wm/rhodes/phonebook/phonebook.cpp +11 -11
- data/platform/wm/rhodes/phonebook/phonebook.h +1 -1
- data/platform/wm/rhodes/resource.h +3 -1
- data/platform/wm/rhodes/rho/net/NetRequestImpl.cpp +7 -5
- data/platform/wm/rhodes/rho/rubyext/GeoLocationImpl.cpp +6 -6
- data/platform/wm/rhodes/rho/rubyext/GeoLocationImpl.h +1 -1
- data/platform/wm/rhodes/rho/rubyext/NativeToolbar.cpp +6 -1
- data/platform/wm/rhodes/rho/rubyext/SystemImpl.cpp +84 -19
- data/platform/wm/rhodes/rho/rubyext/calendar.cpp +2 -2
- data/platform/wm/rhodes/rhodes.vcproj +316 -73
- data/platform/wm/rhodes/signature/Signature.cpp +336 -6
- data/platform/wm/rhodes/signature/Signature.h +55 -0
- data/platform/wm/rhodes/stdafx.h +7 -4
- data/platform/wm/rubylib/rubylib.vcproj +261 -91
- data/platform/wm/sqlite3/sqlite3.vcproj +223 -69
- data/platform/wm/syncengine/syncengine.vcproj +220 -66
- data/platform/wm/tcmalloc/tcmalloc.vcproj +197 -43
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Builtins/ConsoleStream.cs +107 -0
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Runtime/Loader.cs +1037 -0
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Runtime/RubyUtils.cs +1476 -0
- data/platform/wp7/RhoAppRunner/Program.cs +55 -0
- data/platform/wp7/RhoAppRunner/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoAppRunner/RhoAppRunner.csproj +69 -0
- data/platform/wp7/RhoRubyExtGen/GenerateInitializers.cmd +7 -0
- data/platform/wp7/RhoRubyExtGen/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoRubyExtGen/RhoAsyncHttp.cs +38 -0
- data/platform/wp7/RhoRubyExtGen/RhoDatabase.cs +93 -0
- data/platform/wp7/RhoRubyExtGen/RhoJSON.cs +37 -0
- data/platform/wp7/RhoRubyExtGen/RhoNativeBar.cs +106 -0
- data/platform/wp7/RhoRubyExtGen/RhoRubyExtGen.csproj +75 -0
- data/platform/wp7/RhoRubyExtGen/RhoSyncEngine.cs +123 -0
- data/platform/wp7/RhoRubyExtGen/RhoWebView.cs +42 -0
- data/platform/wp7/RhoRubyLib/Initializers.Generated.cs +309 -0
- data/platform/wp7/RhoRubyLib/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoRubyLib/RhoAppAdapter.cs +96 -0
- data/platform/wp7/RhoRubyLib/RhoRuby.cs +296 -0
- data/platform/wp7/RhoRubyLib/RhoRubyLib.csproj +155 -0
- data/platform/wp7/RhoRubyLib/WP_PlatformAdaptationLayer.cs +107 -0
- data/platform/wp7/RhoRubyLib/common/IInputStream.cs +21 -0
- data/platform/wp7/RhoRubyLib/common/Mutex.cs +30 -0
- data/platform/wp7/RhoRubyLib/common/RhoConf.cs +389 -0
- data/platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs +27 -0
- data/platform/wp7/RhoRubyLib/common/RhoFile.cs +332 -0
- data/platform/wp7/RhoRubyLib/common/RhoFilePath.cs +89 -0
- data/platform/wp7/RhoRubyLib/common/RhoParamArray.cs +33 -0
- data/platform/wp7/RhoRubyLib/common/RhoParams.cs +66 -0
- data/platform/wp7/RhoRubyLib/common/RhoProfiler.cs +145 -0
- data/platform/wp7/RhoRubyLib/common/RhoResourceMap.cs +68 -0
- data/platform/wp7/RhoRubyLib/common/RhoStd.cs +205 -0
- data/platform/wp7/RhoRubyLib/common/RhoThread.cs +114 -0
- data/platform/wp7/RhoRubyLib/common/RhodesApp.cs +504 -0
- data/platform/wp7/RhoRubyLib/common/ThreadQueue.cs +199 -0
- data/platform/wp7/RhoRubyLib/common/TimeInterval.cs +56 -0
- data/platform/wp7/RhoRubyLib/common/Tokenizer.cs +52 -0
- data/platform/wp7/RhoRubyLib/db/DBAdapter.cs +1129 -0
- data/platform/wp7/RhoRubyLib/db/DBAttrManager.cs +92 -0
- data/platform/wp7/RhoRubyLib/db/DBException.cs +35 -0
- data/platform/wp7/RhoRubyLib/db/IDBCallback.cs +10 -0
- data/platform/wp7/RhoRubyLib/db/IDBResult.cs +33 -0
- data/platform/wp7/RhoRubyLib/db/IDBStorage.cs +32 -0
- data/platform/wp7/RhoRubyLib/db/SqliteCopyResult.cs +79 -0
- data/platform/wp7/RhoRubyLib/db/SqliteResult.cs +267 -0
- data/platform/wp7/RhoRubyLib/db/SqliteStorage.cs +319 -0
- data/platform/wp7/RhoRubyLib/json/JSONArrayIterator.cs +63 -0
- data/platform/wp7/RhoRubyLib/json/JSONEntry.cs +96 -0
- data/platform/wp7/RhoRubyLib/json/JSONStructIterator.cs +77 -0
- data/platform/wp7/RhoRubyLib/json/JsonParser.cs +483 -0
- data/platform/wp7/RhoRubyLib/json/RJSONTokener.cs +406 -0
- data/platform/wp7/RhoRubyLib/logging/IRhoLogSink.cs +12 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogConf.cs +161 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogFileSink.cs +174 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogger.cs +320 -0
- data/platform/wp7/RhoRubyLib/net/AsyncHttp.cs +362 -0
- data/platform/wp7/RhoRubyLib/net/HttpServer.cs +466 -0
- data/platform/wp7/RhoRubyLib/net/NetRequest.cs +717 -0
- data/platform/wp7/RhoRubyLib/net/NetResponse.cs +64 -0
- data/platform/wp7/RhoRubyLib/net/URI.cs +187 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoAsyncHttp.cs +43 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoDatabase.cs +177 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoJSON.cs +39 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoKernelOps.cs +19 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoNativeBar.cs +117 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoSyncEngine.cs +199 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoWebView.cs +49 -0
- data/platform/wp7/RhoRubyLib/sync/ClientRegister.cs +142 -0
- data/platform/wp7/RhoRubyLib/sync/ISyncProtocol.cs +23 -0
- data/platform/wp7/RhoRubyLib/sync/ISyncStatusListener.cs +10 -0
- data/platform/wp7/RhoRubyLib/sync/SyncEngine.cs +1051 -0
- data/platform/wp7/RhoRubyLib/sync/SyncNotify.cs +651 -0
- data/platform/wp7/RhoRubyLib/sync/SyncProtocol_3.cs +79 -0
- data/platform/wp7/RhoRubyLib/sync/SyncSource.cs +1105 -0
- data/platform/wp7/RhoRubyLib/sync/SyncThread.cs +301 -0
- data/platform/wp7/WPApplication.sln +50 -0
- data/platform/wp7/WPApplication/App.xaml +19 -0
- data/platform/wp7/WPApplication/App.xaml.cs +211 -0
- data/platform/wp7/WPApplication/ApplicationIcon.png +0 -0
- data/platform/wp7/WPApplication/Background.png +0 -0
- data/platform/wp7/WPApplication/MainPage.xaml +44 -0
- data/platform/wp7/WPApplication/MainPage.xaml.cs +132 -0
- data/platform/wp7/WPApplication/Properties/AppManifest.xml +6 -0
- data/platform/wp7/WPApplication/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/WPApplication/Properties/WMAppManifest.xml +32 -0
- data/platform/wp7/WPApplication/SplashScreenImage.jpg +0 -0
- data/platform/wp7/WPApplication/WPApplication.csproj +201 -0
- data/platform/wp7/WPApplication/WP_PlatformAdaptationLayer.cs +88 -0
- data/platform/wp7/WPApplication/app_manifest.txt +1 -0
- data/platform/wp7/WPApplication/readme.htm +40 -0
- data/platform/wp7/WPApplication/readme2.htm +37 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/edit.bb.erb +29 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/edit.erb +32 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/index.bb.erb +21 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/index.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/model1.rb +10 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/model1_controller.rb +58 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/new.bb.erb +29 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/new.erb +31 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/show.bb.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/show.erb +28 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/controller.rb +75 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/home.bb.erb +17 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/home.erb +20 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/index.bb.erb +32 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/index.erb +30 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/login.bb.erb +35 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/login.erb +27 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/reset.bb.erb +15 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/reset.erb +17 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/wait.bb.erb +3 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/wait.erb +5 -0
- data/platform/wp7/WPApplication/rho/apps/app/application.rb +16 -0
- data/platform/wp7/WPApplication/rho/apps/app/helpers/application_helper.rb +126 -0
- data/platform/wp7/WPApplication/rho/apps/app/helpers/browser_helper.rb +18 -0
- data/platform/wp7/WPApplication/rho/apps/app/index.bb.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/index.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/layout.erb +45 -0
- data/platform/wp7/WPApplication/rho/apps/app/loading.html +11 -0
- data/platform/wp7/WPApplication/rho/apps/app_manifest.txt +1 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/android.css +330 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/blackberry.css +115 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/iphone.css +410 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/windows_mobile.css +222 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/IUI_LICENSE.txt +21 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_check_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_check_on.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_radio_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_radio_on.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/disclosure.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/ic_menu_more.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/backButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/blueButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/cancel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/grayButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/disclosure.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/disclosure_detail.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/backButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/blueButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/cancel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/chevron.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/grayButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/listArrowSel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/listGroup.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/loading.gif +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/on_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/pinstripes.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/selection.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/thumb.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toggle.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toggleOn.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toolButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toolbar.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/whiteButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/radiobutton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/select.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/switch.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iui-logo-touch-icon.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrow.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrowDown.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrowSel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listGroup.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/loading.gif +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/pinstripes.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/right_button.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/selection.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/thumb.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toggle.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toggleOn.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolButton_new.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolbar.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/whiteButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch-iphone.css +9 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.css +374 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.js +742 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.transitions.js +60 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jquery.1.3.2.min.js +19 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/application.js +1 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rho.js +4 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rhogeolocation-wm.js +59 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rhogeolocation.js +11 -0
- data/platform/wp7/WPApplication/rho/apps/rhoconfig.txt +32 -0
- data/platform/wp7/WPApplication/rhoconfig.txt +32 -0
- data/platform/wp7/WPApplication/windows_mobile.css +222 -0
- data/platform/wp7/build/wp.rake +261 -0
- data/platform/wp7/rhodes.sln +79 -0
- data/platform/wp7/rhodes/App.xaml +19 -0
- data/platform/wp7/rhodes/App.xaml.cs +144 -0
- data/platform/wp7/rhodes/Background.png +0 -0
- data/platform/wp7/rhodes/MainPage.xaml +44 -0
- data/platform/wp7/rhodes/MainPage.xaml.cs +98 -0
- data/platform/wp7/rhodes/Properties/AppManifest.xml +6 -0
- data/platform/wp7/rhodes/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/rhodes/Properties/WMAppManifest.xml +31 -0
- data/platform/wp7/rhodes/Rhodes.csproj +127 -0
- data/platform/wp7/rhodes/SplashScreenImage.jpg +0 -0
- data/platform/wp7/rhodes/icon.png +0 -0
- data/platform/wp7/sqlite3/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/sqlite3/SQLiteClient.cs +550 -0
- data/platform/wp7/sqlite3/SqliteWrapper/BtreeInt_h.cs +774 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Btree_h.cs +280 -0
- data/platform/wp7/sqlite3/SqliteWrapper/ClassDiagram1.cd +1306 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Delagates.cs +365 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Hash_h.cs +133 -0
- data/platform/wp7/sqlite3/SqliteWrapper/VdbeInt_h.cs +620 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Vdbe_h.cs +302 -0
- data/platform/wp7/sqlite3/SqliteWrapper/_Custom.cs +449 -0
- data/platform/wp7/sqlite3/SqliteWrapper/alter_c.cs +872 -0
- data/platform/wp7/sqlite3/SqliteWrapper/analyze_c.cs +757 -0
- data/platform/wp7/sqlite3/SqliteWrapper/attach_c.cs +628 -0
- data/platform/wp7/sqlite3/SqliteWrapper/auth_c.cs +268 -0
- data/platform/wp7/sqlite3/SqliteWrapper/backup_c.cs +737 -0
- data/platform/wp7/sqlite3/SqliteWrapper/bitvec_c.cs +509 -0
- data/platform/wp7/sqlite3/SqliteWrapper/btmutex_c.cs +379 -0
- data/platform/wp7/sqlite3/SqliteWrapper/btree_c.cs +9138 -0
- data/platform/wp7/sqlite3/SqliteWrapper/build_c.cs +4189 -0
- data/platform/wp7/sqlite3/SqliteWrapper/callback_c.cs +548 -0
- data/platform/wp7/sqlite3/SqliteWrapper/complete_c.cs +342 -0
- data/platform/wp7/sqlite3/SqliteWrapper/ctime_cs.cs +408 -0
- data/platform/wp7/sqlite3/SqliteWrapper/date_c.cs +1317 -0
- data/platform/wp7/sqlite3/SqliteWrapper/delete_c.cs +726 -0
- data/platform/wp7/sqlite3/SqliteWrapper/expr_c.cs +4406 -0
- data/platform/wp7/sqlite3/SqliteWrapper/fault_c.cs +115 -0
- data/platform/wp7/sqlite3/SqliteWrapper/fkey_c.cs +1330 -0
- data/platform/wp7/sqlite3/SqliteWrapper/func_c.cs +2025 -0
- data/platform/wp7/sqlite3/SqliteWrapper/global_c.cs +228 -0
- data/platform/wp7/sqlite3/SqliteWrapper/hash_c.cs +351 -0
- data/platform/wp7/sqlite3/SqliteWrapper/hwtime_c.cs +101 -0
- data/platform/wp7/sqlite3/SqliteWrapper/insert_c.cs +2122 -0
- data/platform/wp7/sqlite3/SqliteWrapper/journal_c.cs +247 -0
- data/platform/wp7/sqlite3/SqliteWrapper/keywordhash_h.cs +302 -0
- data/platform/wp7/sqlite3/SqliteWrapper/legacy_c.cs +223 -0
- data/platform/wp7/sqlite3/SqliteWrapper/loadext_c.cs +683 -0
- data/platform/wp7/sqlite3/SqliteWrapper/main_c.cs +2716 -0
- data/platform/wp7/sqlite3/SqliteWrapper/malloc_c.cs +977 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mem_Pool.cs +394 -0
- data/platform/wp7/sqlite3/SqliteWrapper/memjournal_c.cs +315 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_c.cs +182 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_h.cs +91 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_noop_c.cs +202 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_w32.cs +344 -0
- data/platform/wp7/sqlite3/SqliteWrapper/notify_c.cs +347 -0
- data/platform/wp7/sqlite3/SqliteWrapper/opcodes_c.cs +171 -0
- data/platform/wp7/sqlite3/SqliteWrapper/opcodes_h.cs +346 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_c.cs +367 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_common_h.cs +174 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_h.cs +295 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_win_c.cs +1255 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pager_c.cs +6078 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pager_h.cs +188 -0
- data/platform/wp7/sqlite3/SqliteWrapper/parse_c.cs +4045 -0
- data/platform/wp7/sqlite3/SqliteWrapper/parse_h.cs +331 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache1_c.cs +969 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache_c.cs +712 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache_h.cs +213 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pragma_c.cs +1767 -0
- data/platform/wp7/sqlite3/SqliteWrapper/prepare_c.cs +1015 -0
- data/platform/wp7/sqlite3/SqliteWrapper/printf_c.cs +1300 -0
- data/platform/wp7/sqlite3/SqliteWrapper/random_c.cs +201 -0
- data/platform/wp7/sqlite3/SqliteWrapper/resolve_c.cs +1396 -0
- data/platform/wp7/sqlite3/SqliteWrapper/rowset_c.cs +519 -0
- data/platform/wp7/sqlite3/SqliteWrapper/select_c.cs +4878 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqlite3_h.cs +6253 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqlite3ext_h.cs +397 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteInt_h.cs +4075 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteLimit_h.cs +214 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteicu_h.cs +39 -0
- data/platform/wp7/sqlite3/SqliteWrapper/status_c.cs +155 -0
- data/platform/wp7/sqlite3/SqliteWrapper/table_c.cs +222 -0
- data/platform/wp7/sqlite3/SqliteWrapper/tokenize_c.cs +673 -0
- data/platform/wp7/sqlite3/SqliteWrapper/trigger_c.cs +1219 -0
- data/platform/wp7/sqlite3/SqliteWrapper/update_c.cs +766 -0
- data/platform/wp7/sqlite3/SqliteWrapper/utf_c.cs +612 -0
- data/platform/wp7/sqlite3/SqliteWrapper/util_c.cs +1476 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vacuum_c.cs +382 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbe_c.cs +6566 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeapi_c.cs +1557 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeaux_c.cs +4019 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeblob_c.cs +396 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbemem_c.cs +1480 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbetrace_c.cs +181 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vtab_c.cs +957 -0
- data/platform/wp7/sqlite3/SqliteWrapper/walker_c.cs +174 -0
- data/platform/wp7/sqlite3/SqliteWrapper/where_c.cs +4651 -0
- data/platform/wp7/sqlite3/sqlite3.csproj +155 -0
- data/rakefile.rb +60 -2
- data/res/build-tools/7za.exe +0 -0
- data/res/build-tools/RhoAppRunner.exe +0 -0
- data/res/build-tools/xruby-0.3.3.jar +0 -0
- data/res/generators/rhogen.rb +9 -1
- data/res/generators/templates/application/app/Settings/reset.erb +1 -1
- data/res/generators/templates/application/app/layout.erb +17 -10
- data/res/generators/templates/application/build.yml +5 -3
- data/res/generators/templates/application/public/jqtouch/changes.txt +20 -0
- data/res/generators/templates/application/public/jqtouch/jqtouch.js +12 -4
- data/res/generators/templates/application/public/jqtouch/jquery.1.3.2.min.js +1 -1
- data/res/generators/templates/application/public/js/wp7.js +7 -0
- data/res/generators/templates/model/controller.rb +5 -6
- data/rhobuild.yml.example +1 -0
- data/rhodes.gemspec +2 -1
- data/spec/framework_spec/app/spec/core/dir/close_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/dir/shared/pwd.rb +13 -11
- data/spec/framework_spec/app/spec/core/env/shared/store.rb +12 -10
- data/spec/framework_spec/app/spec/core/env/update_spec.rb +1 -0
- data/spec/framework_spec/app/spec/core/file/expand_path_spec.rb +3 -2
- data/spec/framework_spec/app/spec/core/file/fixtures/file_types.rb +7 -1
- data/spec/framework_spec/app/spec/core/file/flock_spec.rb +8 -1
- data/spec/framework_spec/app/spec/core/file/ftype_spec.rb +5 -3
- data/spec/framework_spec/app/spec/core/file/lchmod_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/setgid_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/setuid_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/stat/ftype_spec.rb +6 -4
- data/spec/framework_spec/app/spec/core/file/truncate_spec.rb +5 -1
- data/spec/framework_spec/app/spec/core/float/to_s_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/process/gid_spec.rb +5 -3
- data/spec/framework_spec/app/spec/core/process/groups_spec.rb +11 -9
- data/spec/framework_spec/app/spec/core/process/uid_spec.rb +5 -3
- data/spec/framework_spec/app/spec/language/execution_spec.rb +10 -6
- data/spec/framework_spec/app/spec/shared/file/directory.rb +6 -1
- data/spec/framework_spec/app/spec/shared/file/executable.rb +7 -1
- data/spec/framework_spec/app/spec/shared/file/file.rb +6 -1
- data/spec/framework_spec/app/spec/shared/file/readable.rb +13 -4
- data/spec/framework_spec/app/spec/shared/file/writable.rb +6 -1
- data/spec/phone_spec/app/spec/rho_controller_spec.rb +11 -0
- data/spec/phone_spec/app/spec/rho_spec.rb +11 -0
- data/spec/phone_spec/app/spec/rhom_object_spec.rb +102 -6
- data/spec/phone_spec/app/spec/string/end_with_spec.rb +4 -1
- data/spec/phone_spec/app/spec/string/slice_spec.rb +5 -1
- data/spec/phone_spec/app/spec/string/start_with_spec.rb +4 -0
- data/spec/phone_spec/app/spec/syncengine_spec.rb +73 -6
- data/spec/phone_spec/app/spec_runner.rb +7 -3
- metadata +380 -41
- data/Manifest.txt +0 -5819
- data/platform/bb/Hsqldb/Hsqldb.cso +0 -5
- data/platform/bb/Hsqldb/Hsqldb.jdp +0 -197
- data/platform/bb/RhoBundle/RhoBundle.cso +0 -5
- data/platform/bb/RhoBundle/RhoBundle.jdp +0 -42
- data/platform/bb/RubyVM/RubyVM.cso +0 -5
- data/platform/bb/RubyVM/RubyVM.jdp +0 -467
- data/platform/bb/rhodes/rhodes.csl +0 -3
- data/platform/bb/rhodes/rhodes.cso +0 -5
- data/platform/bb/rhodes/rhodes.jdp +0 -104
@@ -0,0 +1,268 @@
|
|
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
|
+
** 2003 January 11
|
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 code used to implement the sqlite3_set_authorizer()
|
23
|
+
** API. This facility is an optional feature of the library. Embedded
|
24
|
+
** systems that do not need this facility may omit it by recompiling
|
25
|
+
** the library with -DSQLITE_OMIT_AUTHORIZATION=1
|
26
|
+
*************************************************************************
|
27
|
+
** Included in SQLite3 port to C#-SQLite; 2008 Noah B Hart
|
28
|
+
** C#-SQLite is an independent reimplementation of the SQLite software library
|
29
|
+
**
|
30
|
+
** SQLITE_SOURCE_ID: 2009-12-07 16:39:13 1ed88e9d01e9eda5cbc622e7614277f29bcc551c
|
31
|
+
**
|
32
|
+
** $Header$
|
33
|
+
*************************************************************************
|
34
|
+
*/
|
35
|
+
//#include "sqliteInt.h"
|
36
|
+
|
37
|
+
/*
|
38
|
+
** All of the code in this file may be omitted by defining a single
|
39
|
+
** macro.
|
40
|
+
*/
|
41
|
+
#if !SQLITE_OMIT_AUTHORIZATION
|
42
|
+
|
43
|
+
/*
|
44
|
+
** Set or clear the access authorization function.
|
45
|
+
**
|
46
|
+
** The access authorization function is be called during the compilation
|
47
|
+
** phase to verify that the user has read and/or write access permission on
|
48
|
+
** various fields of the database. The first argument to the auth function
|
49
|
+
** is a copy of the 3rd argument to this routine. The second argument
|
50
|
+
** to the auth function is one of these constants:
|
51
|
+
**
|
52
|
+
** SQLITE_CREATE_INDEX
|
53
|
+
** SQLITE_CREATE_TABLE
|
54
|
+
** SQLITE_CREATE_TEMP_INDEX
|
55
|
+
** SQLITE_CREATE_TEMP_TABLE
|
56
|
+
** SQLITE_CREATE_TEMP_TRIGGER
|
57
|
+
** SQLITE_CREATE_TEMP_VIEW
|
58
|
+
** SQLITE_CREATE_TRIGGER
|
59
|
+
** SQLITE_CREATE_VIEW
|
60
|
+
** SQLITE_DELETE
|
61
|
+
** SQLITE_DROP_INDEX
|
62
|
+
** SQLITE_DROP_TABLE
|
63
|
+
** SQLITE_DROP_TEMP_INDEX
|
64
|
+
** SQLITE_DROP_TEMP_TABLE
|
65
|
+
** SQLITE_DROP_TEMP_TRIGGER
|
66
|
+
** SQLITE_DROP_TEMP_VIEW
|
67
|
+
** SQLITE_DROP_TRIGGER
|
68
|
+
** SQLITE_DROP_VIEW
|
69
|
+
** SQLITE_INSERT
|
70
|
+
** SQLITE_PRAGMA
|
71
|
+
** SQLITE_READ
|
72
|
+
** SQLITE_SELECT
|
73
|
+
** SQLITE_TRANSACTION
|
74
|
+
** SQLITE_UPDATE
|
75
|
+
**
|
76
|
+
** The third and fourth arguments to the auth function are the name of
|
77
|
+
** the table and the column that are being accessed. The auth function
|
78
|
+
** should return either SQLITE_OK, SQLITE_DENY, or SQLITE_IGNORE. If
|
79
|
+
** SQLITE_OK is returned, it means that access is allowed. SQLITE_DENY
|
80
|
+
** means that the SQL statement will never-run - the sqlite3_exec() call
|
81
|
+
** will return with an error. SQLITE_IGNORE means that the SQL statement
|
82
|
+
** should run but attempts to read the specified column will return NULL
|
83
|
+
** and attempts to write the column will be ignored.
|
84
|
+
**
|
85
|
+
** Setting the auth function to NULL disables this hook. The default
|
86
|
+
** setting of the auth function is NULL.
|
87
|
+
*/
|
88
|
+
int sqlite3_set_authorizer(
|
89
|
+
sqlite3 *db,
|
90
|
+
int (*xAuth)(void*,int,const char*,const char*,const char*,const char*),
|
91
|
+
void *pArg
|
92
|
+
){
|
93
|
+
sqlite3_mutex_enter(db->mutex);
|
94
|
+
db->xAuth = xAuth;
|
95
|
+
db->pAuthArg = pArg;
|
96
|
+
sqlite3ExpirePreparedStatements(db);
|
97
|
+
sqlite3_mutex_leave(db->mutex);
|
98
|
+
return SQLITE_OK;
|
99
|
+
}
|
100
|
+
|
101
|
+
/*
|
102
|
+
** Write an error message into pParse->zErrMsg that explains that the
|
103
|
+
** user-supplied authorization function returned an illegal value.
|
104
|
+
*/
|
105
|
+
static void sqliteAuthBadReturnCode(Parse *pParse){
|
106
|
+
sqlite3ErrorMsg(pParse, "authorizer malfunction");
|
107
|
+
pParse->rc = SQLITE_ERROR;
|
108
|
+
}
|
109
|
+
|
110
|
+
/*
|
111
|
+
** Invoke the authorization callback for permission to read column zCol from
|
112
|
+
** table zTab in database zDb. This function assumes that an authorization
|
113
|
+
** callback has been registered (i.e. that sqlite3.xAuth is not NULL).
|
114
|
+
**
|
115
|
+
** If SQLITE_IGNORE is returned and pExpr is not NULL, then pExpr is changed
|
116
|
+
** to an SQL NULL expression. Otherwise, if pExpr is NULL, then SQLITE_IGNORE
|
117
|
+
** is treated as SQLITE_DENY. In this case an error is left in pParse.
|
118
|
+
*/
|
119
|
+
int sqlite3AuthReadCol(
|
120
|
+
Parse *pParse, /* The parser context */
|
121
|
+
const char *zTab, /* Table name */
|
122
|
+
const char *zCol, /* Column name */
|
123
|
+
int iDb /* Index of containing database. */
|
124
|
+
){
|
125
|
+
sqlite3 *db = pParse->db; /* Database handle */
|
126
|
+
char *zDb = db->aDb[iDb].zName; /* Name of attached database */
|
127
|
+
int rc; /* Auth callback return code */
|
128
|
+
|
129
|
+
rc = db->xAuth(db->pAuthArg, SQLITE_READ, zTab,zCol,zDb,pParse->zAuthContext);
|
130
|
+
if( rc==SQLITE_DENY ){
|
131
|
+
if( db->nDb>2 || iDb!=0 ){
|
132
|
+
sqlite3ErrorMsg(pParse, "access to %s.%s.%s is prohibited",zDb,zTab,zCol);
|
133
|
+
}else{
|
134
|
+
sqlite3ErrorMsg(pParse, "access to %s.%s is prohibited", zTab, zCol);
|
135
|
+
}
|
136
|
+
pParse->rc = SQLITE_AUTH;
|
137
|
+
}else if( rc!=SQLITE_IGNORE && rc!=SQLITE_OK ){
|
138
|
+
sqliteAuthBadReturnCode(pParse);
|
139
|
+
}
|
140
|
+
return rc;
|
141
|
+
}
|
142
|
+
|
143
|
+
/*
|
144
|
+
** The pExpr should be a TK_COLUMN expression. The table referred to
|
145
|
+
** is in pTabList or else it is the NEW or OLD table of a trigger.
|
146
|
+
** Check to see if it is OK to read this particular column.
|
147
|
+
**
|
148
|
+
** If the auth function returns SQLITE_IGNORE, change the TK_COLUMN
|
149
|
+
** instruction into a TK_NULL. If the auth function returns SQLITE_DENY,
|
150
|
+
** then generate an error.
|
151
|
+
*/
|
152
|
+
void sqlite3AuthRead(
|
153
|
+
Parse *pParse, /* The parser context */
|
154
|
+
Expr *pExpr, /* The expression to check authorization on */
|
155
|
+
Schema *pSchema, /* The schema of the expression */
|
156
|
+
SrcList *pTabList /* All table that pExpr might refer to */
|
157
|
+
){
|
158
|
+
sqlite3 *db = pParse->db;
|
159
|
+
Table *pTab = 0; /* The table being read */
|
160
|
+
const char *zCol; /* Name of the column of the table */
|
161
|
+
int iSrc; /* Index in pTabList->a[] of table being read */
|
162
|
+
int iDb; /* The index of the database the expression refers to */
|
163
|
+
int iCol; /* Index of column in table */
|
164
|
+
|
165
|
+
if( db->xAuth==0 ) return;
|
166
|
+
iDb = sqlite3SchemaToIndex(pParse->db, pSchema);
|
167
|
+
if( iDb<0 ){
|
168
|
+
/* An attempt to read a column out of a subquery or other
|
169
|
+
** temporary table. */
|
170
|
+
return;
|
171
|
+
}
|
172
|
+
assert( pExpr->op==TK_COLUMN || pExpr->op==TK_TRIGGER );
|
173
|
+
if( pExpr->op==TK_TRIGGER ){
|
174
|
+
pTab = pParse->pTriggerTab;
|
175
|
+
}else{
|
176
|
+
assert( pTabList );
|
177
|
+
for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){
|
178
|
+
if( pExpr->iTable==pTabList->a[iSrc].iCursor ){
|
179
|
+
pTab = pTabList->a[iSrc].pTab;
|
180
|
+
break;
|
181
|
+
}
|
182
|
+
}
|
183
|
+
}
|
184
|
+
iCol = pExpr->iColumn;
|
185
|
+
if( NEVER(pTab==0) ) return;
|
186
|
+
|
187
|
+
if( iCol>=0 ){
|
188
|
+
assert( iCol<pTab->nCol );
|
189
|
+
zCol = pTab->aCol[iCol].zName;
|
190
|
+
}else if( pTab->iPKey>=0 ){
|
191
|
+
assert( pTab->iPKey<pTab->nCol );
|
192
|
+
zCol = pTab->aCol[pTab->iPKey].zName;
|
193
|
+
}else{
|
194
|
+
zCol = "ROWID";
|
195
|
+
}
|
196
|
+
assert( iDb>=0 && iDb<db->nDb );
|
197
|
+
if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){
|
198
|
+
pExpr->op = TK_NULL;
|
199
|
+
}
|
200
|
+
}
|
201
|
+
|
202
|
+
/*
|
203
|
+
** Do an authorization check using the code and arguments given. Return
|
204
|
+
** either SQLITE_OK (zero) or SQLITE_IGNORE or SQLITE_DENY. If SQLITE_DENY
|
205
|
+
** is returned, then the error count and error message in pParse are
|
206
|
+
** modified appropriately.
|
207
|
+
*/
|
208
|
+
int sqlite3AuthCheck(
|
209
|
+
Parse *pParse,
|
210
|
+
int code,
|
211
|
+
const char *zArg1,
|
212
|
+
const char *zArg2,
|
213
|
+
const char *zArg3
|
214
|
+
){
|
215
|
+
sqlite3 *db = pParse->db;
|
216
|
+
int rc;
|
217
|
+
|
218
|
+
/* Don't do any authorization checks if the database is initialising
|
219
|
+
** or if the parser is being invoked from within sqlite3_declare_vtab.
|
220
|
+
*/
|
221
|
+
if( db->init.busy || IN_DECLARE_VTAB ){
|
222
|
+
return SQLITE_OK;
|
223
|
+
}
|
224
|
+
|
225
|
+
if( db->xAuth==0 ){
|
226
|
+
return SQLITE_OK;
|
227
|
+
}
|
228
|
+
rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext);
|
229
|
+
if( rc==SQLITE_DENY ){
|
230
|
+
sqlite3ErrorMsg(pParse, "not authorized");
|
231
|
+
pParse->rc = SQLITE_AUTH;
|
232
|
+
}else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){
|
233
|
+
rc = SQLITE_DENY;
|
234
|
+
sqliteAuthBadReturnCode(pParse);
|
235
|
+
}
|
236
|
+
return rc;
|
237
|
+
}
|
238
|
+
|
239
|
+
/*
|
240
|
+
** Push an authorization context. After this routine is called, the
|
241
|
+
** zArg3 argument to authorization callbacks will be zContext until
|
242
|
+
** popped. Or if pParse==0, this routine is a no-op.
|
243
|
+
*/
|
244
|
+
void sqlite3AuthContextPush(
|
245
|
+
Parse *pParse,
|
246
|
+
AuthContext *pContext,
|
247
|
+
const char *zContext
|
248
|
+
){
|
249
|
+
assert( pParse );
|
250
|
+
pContext->pParse = pParse;
|
251
|
+
pContext->zAuthContext = pParse->zAuthContext;
|
252
|
+
pParse->zAuthContext = zContext;
|
253
|
+
}
|
254
|
+
|
255
|
+
/*
|
256
|
+
** Pop an authorization context that was previously pushed
|
257
|
+
** by sqlite3AuthContextPush
|
258
|
+
*/
|
259
|
+
void sqlite3AuthContextPop(AuthContext *pContext){
|
260
|
+
if( pContext->pParse ){
|
261
|
+
pContext->pParse->zAuthContext = pContext->zAuthContext;
|
262
|
+
pContext->pParse = 0;
|
263
|
+
}
|
264
|
+
}
|
265
|
+
|
266
|
+
#endif //* SQLITE_OMIT_AUTHORIZATION */
|
267
|
+
}
|
268
|
+
}
|
@@ -0,0 +1,737 @@
|
|
1
|
+
using System;
|
2
|
+
using System.Diagnostics;
|
3
|
+
using System.Text;
|
4
|
+
|
5
|
+
using i64 = System.Int64;
|
6
|
+
using u8 = System.Byte;
|
7
|
+
using u32 = System.UInt32;
|
8
|
+
|
9
|
+
using Pgno = System.UInt32;
|
10
|
+
|
11
|
+
|
12
|
+
namespace Community.CsharpSqlite
|
13
|
+
{
|
14
|
+
using sqlite3_int64 = System.Int64;
|
15
|
+
using DbPage = Sqlite3.PgHdr;
|
16
|
+
public partial class Sqlite3
|
17
|
+
{
|
18
|
+
/*
|
19
|
+
** 2009 January 28
|
20
|
+
**
|
21
|
+
** The author disclaims copyright to this source code. In place of
|
22
|
+
** a legal notice, here is a blessing:
|
23
|
+
**
|
24
|
+
** May you do good and not evil.
|
25
|
+
** May you find forgiveness for yourself and forgive others.
|
26
|
+
** May you share freely, never taking more than you give.
|
27
|
+
**
|
28
|
+
*************************************************************************
|
29
|
+
** This file contains the implementation of the sqlite3_backup_XXX()
|
30
|
+
** API functions and the related features.
|
31
|
+
*************************************************************************
|
32
|
+
** Included in SQLite3 port to C#-SQLite; 2008 Noah B Hart
|
33
|
+
** C#-SQLite is an independent reimplementation of the SQLite software library
|
34
|
+
**
|
35
|
+
** SQLITE_SOURCE_ID: 2010-03-09 19:31:43 4ae453ea7be69018d8c16eb8dabe05617397dc4d
|
36
|
+
**
|
37
|
+
** $Header: Community.CsharpSqlite/src/backup_c.cs,v 6604176a7dbe 2010/03/12 23:35:36 Noah $
|
38
|
+
*************************************************************************
|
39
|
+
*/
|
40
|
+
//#include "sqliteInt.h"
|
41
|
+
//#include "btreeInt.h"
|
42
|
+
|
43
|
+
/* Macro to find the minimum of two numeric values.
|
44
|
+
*/
|
45
|
+
#if !MIN
|
46
|
+
//# define MIN(x,y) ((x)<(y)?(x):(y))
|
47
|
+
#endif
|
48
|
+
|
49
|
+
/*
|
50
|
+
** Structure allocated for each backup operation.
|
51
|
+
*/
|
52
|
+
public class sqlite3_backup
|
53
|
+
{
|
54
|
+
public sqlite3 pDestDb; /* Destination database handle */
|
55
|
+
public Btree pDest; /* Destination b-tree file */
|
56
|
+
public u32 iDestSchema; /* Original schema cookie in destination */
|
57
|
+
public int bDestLocked; /* True once a write-transaction is open on pDest */
|
58
|
+
|
59
|
+
public Pgno iNext; /* Page number of the next source page to copy */
|
60
|
+
public sqlite3 pSrcDb; /* Source database handle */
|
61
|
+
public Btree pSrc; /* Source b-tree file */
|
62
|
+
|
63
|
+
public int rc; /* Backup process error code */
|
64
|
+
|
65
|
+
/* These two variables are set by every call to backup_step(). They are
|
66
|
+
** read by calls to backup_remaining() and backup_pagecount().
|
67
|
+
*/
|
68
|
+
public Pgno nRemaining; /* Number of pages left to copy */
|
69
|
+
public Pgno nPagecount; /* Total number of pages to copy */
|
70
|
+
|
71
|
+
public int isAttached; /* True once backup has been registered with pager */
|
72
|
+
public sqlite3_backup pNext; /* Next backup associated with source pager */
|
73
|
+
};
|
74
|
+
|
75
|
+
/*
|
76
|
+
** THREAD SAFETY NOTES:
|
77
|
+
**
|
78
|
+
** Once it has been created using backup_init(), a single sqlite3_backup
|
79
|
+
** structure may be accessed via two groups of thread-safe entry points:
|
80
|
+
**
|
81
|
+
** * Via the sqlite3_backup_XXX() API function backup_step() and
|
82
|
+
** backup_finish(). Both these functions obtain the source database
|
83
|
+
** handle mutex and the mutex associated with the source BtShared
|
84
|
+
** structure, in that order.
|
85
|
+
**
|
86
|
+
** * Via the BackupUpdate() and BackupRestart() functions, which are
|
87
|
+
** invoked by the pager layer to report various state changes in
|
88
|
+
** the page cache associated with the source database. The mutex
|
89
|
+
** associated with the source database BtShared structure will always
|
90
|
+
** be held when either of these functions are invoked.
|
91
|
+
**
|
92
|
+
** The other sqlite3_backup_XXX() API functions, backup_remaining() and
|
93
|
+
** backup_pagecount() are not thread-safe functions. If they are called
|
94
|
+
** while some other thread is calling backup_step() or backup_finish(),
|
95
|
+
** the values returned may be invalid. There is no way for a call to
|
96
|
+
** BackupUpdate() or BackupRestart() to interfere with backup_remaining()
|
97
|
+
** or backup_pagecount().
|
98
|
+
**
|
99
|
+
** Depending on the SQLite configuration, the database handles and/or
|
100
|
+
** the Btree objects may have their own mutexes that require locking.
|
101
|
+
** Non-sharable Btrees (in-memory databases for example), do not have
|
102
|
+
** associated mutexes.
|
103
|
+
*/
|
104
|
+
|
105
|
+
/*
|
106
|
+
** Return a pointer corresponding to database zDb (i.e. "main", "temp")
|
107
|
+
** in connection handle pDb. If such a database cannot be found, return
|
108
|
+
** a NULL pointer and write an error message to pErrorDb.
|
109
|
+
**
|
110
|
+
** If the "temp" database is requested, it may need to be opened by this
|
111
|
+
** function. If an error occurs while doing so, return 0 and write an
|
112
|
+
** error message to pErrorDb.
|
113
|
+
*/
|
114
|
+
static Btree findBtree( sqlite3 pErrorDb, sqlite3 pDb, string zDb )
|
115
|
+
{
|
116
|
+
int i = sqlite3FindDbName( pDb, zDb );
|
117
|
+
|
118
|
+
if ( i == 1 )
|
119
|
+
{
|
120
|
+
Parse pParse;
|
121
|
+
int rc = 0;
|
122
|
+
pParse = new Parse();//sqlite3StackAllocZero(pErrorDb, sizeof(*pParse));
|
123
|
+
if ( pParse == null )
|
124
|
+
{
|
125
|
+
sqlite3Error( pErrorDb, SQLITE_NOMEM, "out of memory" );
|
126
|
+
rc = SQLITE_NOMEM;
|
127
|
+
}
|
128
|
+
else
|
129
|
+
{
|
130
|
+
pParse.db = pDb;
|
131
|
+
if ( sqlite3OpenTempDatabase( pParse ) != 0 )
|
132
|
+
{
|
133
|
+
sqlite3Error( pErrorDb, pParse.rc, "%s", pParse.zErrMsg );
|
134
|
+
rc = SQLITE_ERROR;
|
135
|
+
}
|
136
|
+
sqlite3DbFree(pErrorDb, ref pParse.zErrMsg);
|
137
|
+
//sqlite3StackFree( pErrorDb, pParse );
|
138
|
+
}
|
139
|
+
if ( rc != 0 )
|
140
|
+
{
|
141
|
+
return null;
|
142
|
+
}
|
143
|
+
}
|
144
|
+
|
145
|
+
if ( i < 0 )
|
146
|
+
{
|
147
|
+
sqlite3Error( pErrorDb, SQLITE_ERROR, "unknown database %s", zDb );
|
148
|
+
return null;
|
149
|
+
}
|
150
|
+
|
151
|
+
return pDb.aDb[i].pBt;
|
152
|
+
}
|
153
|
+
|
154
|
+
/*
|
155
|
+
** Create an sqlite3_backup process to copy the contents of zSrcDb from
|
156
|
+
** connection handle pSrcDb to zDestDb in pDestDb. If successful, return
|
157
|
+
** a pointer to the new sqlite3_backup object.
|
158
|
+
**
|
159
|
+
** If an error occurs, NULL is returned and an error code and error message
|
160
|
+
** stored in database handle pDestDb.
|
161
|
+
*/
|
162
|
+
static public sqlite3_backup sqlite3_backup_init(
|
163
|
+
sqlite3 pDestDb, /* Database to write to */
|
164
|
+
string zDestDb, /* Name of database within pDestDb */
|
165
|
+
sqlite3 pSrcDb, /* Database connection to read from */
|
166
|
+
string zSrcDb /* Name of database within pSrcDb */
|
167
|
+
)
|
168
|
+
{
|
169
|
+
sqlite3_backup p; /* Value to return */
|
170
|
+
|
171
|
+
/* Lock the source database handle. The destination database
|
172
|
+
** handle is not locked in this routine, but it is locked in
|
173
|
+
** sqlite3_backup_step(). The user is required to ensure that no
|
174
|
+
** other thread accesses the destination handle for the duration
|
175
|
+
** of the backup operation. Any attempt to use the destination
|
176
|
+
** database connection while a backup is in progress may cause
|
177
|
+
** a malfunction or a deadlock.
|
178
|
+
*/
|
179
|
+
sqlite3_mutex_enter( pSrcDb.mutex );
|
180
|
+
sqlite3_mutex_enter( pDestDb.mutex );
|
181
|
+
|
182
|
+
if ( pSrcDb == pDestDb )
|
183
|
+
{
|
184
|
+
sqlite3Error(
|
185
|
+
pDestDb, SQLITE_ERROR, "source and destination must be distinct"
|
186
|
+
);
|
187
|
+
p = null;
|
188
|
+
}
|
189
|
+
else
|
190
|
+
{
|
191
|
+
/* Allocate space for a new sqlite3_backup object */
|
192
|
+
p = new sqlite3_backup();// (sqlite3_backup)sqlite3_malloc( sizeof( sqlite3_backup ) );
|
193
|
+
//if ( null == p )
|
194
|
+
//{
|
195
|
+
// sqlite3Error( pDestDb, SQLITE_NOMEM, 0 );
|
196
|
+
//}
|
197
|
+
}
|
198
|
+
|
199
|
+
/* If the allocation succeeded, populate the new object. */
|
200
|
+
if ( p != null )
|
201
|
+
{
|
202
|
+
// memset( p, 0, sizeof( sqlite3_backup ) );
|
203
|
+
p.pSrc = findBtree( pDestDb, pSrcDb, zSrcDb );
|
204
|
+
p.pDest = findBtree( pDestDb, pDestDb, zDestDb );
|
205
|
+
p.pDestDb = pDestDb;
|
206
|
+
p.pSrcDb = pSrcDb;
|
207
|
+
p.iNext = 1;
|
208
|
+
p.isAttached = 0;
|
209
|
+
|
210
|
+
if ( null == p.pSrc || null == p.pDest )
|
211
|
+
{
|
212
|
+
/* One (or both) of the named databases did not exist. An error has
|
213
|
+
** already been written into the pDestDb handle. All that is left
|
214
|
+
** to do here is free the sqlite3_backup structure.
|
215
|
+
*/
|
216
|
+
//sqlite3_free( ref p );
|
217
|
+
p = null;
|
218
|
+
}
|
219
|
+
}
|
220
|
+
|
221
|
+
if ( p != null )
|
222
|
+
{
|
223
|
+
p.pSrc.nBackup++;
|
224
|
+
}
|
225
|
+
|
226
|
+
sqlite3_mutex_leave( pDestDb.mutex );
|
227
|
+
sqlite3_mutex_leave( pSrcDb.mutex );
|
228
|
+
return p;
|
229
|
+
}
|
230
|
+
|
231
|
+
/*
|
232
|
+
** Argument rc is an SQLite error code. Return true if this error is
|
233
|
+
** considered fatal if encountered during a backup operation. All errors
|
234
|
+
** are considered fatal except for SQLITE_BUSY and SQLITE_LOCKED.
|
235
|
+
*/
|
236
|
+
static bool isFatalError( int rc )
|
237
|
+
{
|
238
|
+
return ( rc != SQLITE_OK && rc != SQLITE_BUSY && ALWAYS( rc != SQLITE_LOCKED ) );
|
239
|
+
}
|
240
|
+
|
241
|
+
/*
|
242
|
+
** Parameter zSrcData points to a buffer containing the data for
|
243
|
+
** page iSrcPg from the source database. Copy this data into the
|
244
|
+
** destination database.
|
245
|
+
*/
|
246
|
+
static int backupOnePage( sqlite3_backup p, Pgno iSrcPg, byte[] zSrcData )
|
247
|
+
{
|
248
|
+
Pager pDestPager = sqlite3BtreePager( p.pDest );
|
249
|
+
int nSrcPgsz = sqlite3BtreeGetPageSize( p.pSrc );
|
250
|
+
int nDestPgsz = sqlite3BtreeGetPageSize( p.pDest );
|
251
|
+
int nCopy = MIN( nSrcPgsz, nDestPgsz );
|
252
|
+
i64 iEnd = (i64)iSrcPg * (i64)nSrcPgsz;
|
253
|
+
|
254
|
+
int rc = SQLITE_OK;
|
255
|
+
i64 iOff;
|
256
|
+
|
257
|
+
Debug.Assert( p.bDestLocked != 0 );
|
258
|
+
Debug.Assert( !isFatalError( p.rc ) );
|
259
|
+
Debug.Assert( iSrcPg != PENDING_BYTE_PAGE( p.pSrc.pBt ) );
|
260
|
+
Debug.Assert( zSrcData != null );
|
261
|
+
|
262
|
+
/* Catch the case where the destination is an in-memory database and the
|
263
|
+
** page sizes of the source and destination differ.
|
264
|
+
*/
|
265
|
+
if ( nSrcPgsz != nDestPgsz && sqlite3PagerIsMemdb( sqlite3BtreePager( p.pDest ) ) )
|
266
|
+
{
|
267
|
+
rc = SQLITE_READONLY;
|
268
|
+
}
|
269
|
+
|
270
|
+
/* This loop runs once for each destination page spanned by the source
|
271
|
+
** page. For each iteration, variable iOff is set to the byte offset
|
272
|
+
** of the destination page.
|
273
|
+
*/
|
274
|
+
for ( iOff = iEnd - (i64)nSrcPgsz; rc == SQLITE_OK && iOff < iEnd; iOff += nDestPgsz )
|
275
|
+
{
|
276
|
+
DbPage pDestPg = null;
|
277
|
+
u32 iDest = (u32)( iOff / nDestPgsz ) + 1;
|
278
|
+
if ( iDest == PENDING_BYTE_PAGE( p.pDest.pBt ) ) continue;
|
279
|
+
if ( SQLITE_OK == ( rc = sqlite3PagerGet( pDestPager, iDest, ref pDestPg ) )
|
280
|
+
&& SQLITE_OK == ( rc = sqlite3PagerWrite( pDestPg ) )
|
281
|
+
)
|
282
|
+
{
|
283
|
+
//string zIn = &zSrcData[iOff%nSrcPgsz];
|
284
|
+
byte[] zDestData = sqlite3PagerGetData( pDestPg );
|
285
|
+
//string zOut = &zDestData[iOff % nDestPgsz];
|
286
|
+
|
287
|
+
/* Copy the data from the source page into the destination page.
|
288
|
+
** Then clear the Btree layer MemPage.isInit flag. Both this module
|
289
|
+
** and the pager code use this trick (clearing the first byte
|
290
|
+
** of the page 'extra' space to invalidate the Btree layers
|
291
|
+
** cached parse of the page). MemPage.isInit is marked
|
292
|
+
** "MUST BE FIRST" for this purpose.
|
293
|
+
*/
|
294
|
+
Buffer.BlockCopy( zSrcData, (int)( iOff % nSrcPgsz ), zDestData, (int)( iOff % nDestPgsz ), nCopy );// memcpy( zOut, zIn, nCopy );
|
295
|
+
sqlite3PagerGetExtra( pDestPg ).isInit = 0;// ( sqlite3PagerGetExtra( pDestPg ) )[0] = 0;
|
296
|
+
}
|
297
|
+
sqlite3PagerUnref( pDestPg );
|
298
|
+
}
|
299
|
+
|
300
|
+
return rc;
|
301
|
+
}
|
302
|
+
|
303
|
+
/*
|
304
|
+
** If pFile is currently larger than iSize bytes, then truncate it to
|
305
|
+
** exactly iSize bytes. If pFile is not larger than iSize bytes, then
|
306
|
+
** this function is a no-op.
|
307
|
+
**
|
308
|
+
** Return SQLITE_OK if everything is successful, or an SQLite error
|
309
|
+
** code if an error occurs.
|
310
|
+
*/
|
311
|
+
static int backupTruncateFile( sqlite3_file pFile, int iSize )
|
312
|
+
{
|
313
|
+
int iCurrent = 0;
|
314
|
+
int rc = sqlite3OsFileSize( pFile, ref iCurrent );
|
315
|
+
if ( rc == SQLITE_OK && iCurrent > iSize )
|
316
|
+
{
|
317
|
+
rc = sqlite3OsTruncate( pFile, iSize );
|
318
|
+
}
|
319
|
+
return rc;
|
320
|
+
}
|
321
|
+
|
322
|
+
/*
|
323
|
+
** Register this backup object with the associated source pager for
|
324
|
+
** callbacks when pages are changed or the cache invalidated.
|
325
|
+
*/
|
326
|
+
static void attachBackupObject( sqlite3_backup p )
|
327
|
+
{
|
328
|
+
sqlite3_backup pp;
|
329
|
+
Debug.Assert( sqlite3BtreeHoldsMutex( p.pSrc ) );
|
330
|
+
pp = sqlite3PagerBackupPtr( sqlite3BtreePager( p.pSrc ) );
|
331
|
+
p.pNext = pp;
|
332
|
+
sqlite3BtreePager( p.pSrc ).pBackup = p; //*pp = p;
|
333
|
+
p.isAttached = 1;
|
334
|
+
}
|
335
|
+
|
336
|
+
/*
|
337
|
+
** Copy nPage pages from the source b-tree to the destination.
|
338
|
+
*/
|
339
|
+
static public int sqlite3_backup_step( sqlite3_backup p, int nPage )
|
340
|
+
{
|
341
|
+
int rc;
|
342
|
+
|
343
|
+
sqlite3_mutex_enter( p.pSrcDb.mutex );
|
344
|
+
sqlite3BtreeEnter( p.pSrc );
|
345
|
+
if ( p.pDestDb != null )
|
346
|
+
{
|
347
|
+
sqlite3_mutex_enter( p.pDestDb.mutex );
|
348
|
+
}
|
349
|
+
|
350
|
+
rc = p.rc;
|
351
|
+
if ( !isFatalError( rc ) )
|
352
|
+
{
|
353
|
+
Pager pSrcPager = sqlite3BtreePager( p.pSrc ); /* Source pager */
|
354
|
+
Pager pDestPager = sqlite3BtreePager( p.pDest ); /* Dest pager */
|
355
|
+
int ii; /* Iterator variable */
|
356
|
+
int nSrcPage = -1; /* Size of source db in pages */
|
357
|
+
int bCloseTrans = 0; /* True if src db requires unlocking */
|
358
|
+
|
359
|
+
/* If the source pager is currently in a write-transaction, return
|
360
|
+
** SQLITE_BUSY immediately.
|
361
|
+
*/
|
362
|
+
if ( p.pDestDb != null && p.pSrc.pBt.inTransaction == TRANS_WRITE )
|
363
|
+
{
|
364
|
+
rc = SQLITE_BUSY;
|
365
|
+
}
|
366
|
+
else
|
367
|
+
{
|
368
|
+
rc = SQLITE_OK;
|
369
|
+
}
|
370
|
+
|
371
|
+
/* Lock the destination database, if it is not locked already. */
|
372
|
+
if ( SQLITE_OK == rc && p.bDestLocked == 0
|
373
|
+
&& SQLITE_OK == ( rc = sqlite3BtreeBeginTrans( p.pDest, 2 ) )
|
374
|
+
)
|
375
|
+
{
|
376
|
+
p.bDestLocked = 1;
|
377
|
+
sqlite3BtreeGetMeta( p.pDest, BTREE_SCHEMA_VERSION, ref p.iDestSchema );
|
378
|
+
}
|
379
|
+
|
380
|
+
/* If there is no open read-transaction on the source database, open
|
381
|
+
** one now. If a transaction is opened here, then it will be closed
|
382
|
+
** before this function exits.
|
383
|
+
*/
|
384
|
+
if ( rc == SQLITE_OK && !sqlite3BtreeIsInReadTrans( p.pSrc ) )
|
385
|
+
{
|
386
|
+
rc = sqlite3BtreeBeginTrans( p.pSrc, 0 );
|
387
|
+
bCloseTrans = 1;
|
388
|
+
}
|
389
|
+
|
390
|
+
/* Now that there is a read-lock on the source database, query the
|
391
|
+
** source pager for the number of pages in the database.
|
392
|
+
*/
|
393
|
+
if ( rc == SQLITE_OK )
|
394
|
+
{
|
395
|
+
rc = sqlite3PagerPagecount( pSrcPager, ref nSrcPage );
|
396
|
+
}
|
397
|
+
for ( ii = 0; ( nPage < 0 || ii < nPage ) && p.iNext <= (Pgno)nSrcPage && 0 == rc; ii++ )
|
398
|
+
{
|
399
|
+
Pgno iSrcPg = p.iNext; /* Source page number */
|
400
|
+
if ( iSrcPg != PENDING_BYTE_PAGE( p.pSrc.pBt ) )
|
401
|
+
{
|
402
|
+
DbPage pSrcPg = null; /* Source page object */
|
403
|
+
rc = sqlite3PagerGet( pSrcPager, (u32)iSrcPg, ref pSrcPg );
|
404
|
+
if ( rc == SQLITE_OK )
|
405
|
+
{
|
406
|
+
rc = backupOnePage( p, iSrcPg, sqlite3PagerGetData( pSrcPg ) );
|
407
|
+
sqlite3PagerUnref( pSrcPg );
|
408
|
+
}
|
409
|
+
}
|
410
|
+
p.iNext++;
|
411
|
+
}
|
412
|
+
if ( rc == SQLITE_OK )
|
413
|
+
{
|
414
|
+
p.nPagecount = (u32)nSrcPage;
|
415
|
+
p.nRemaining = (u32)( nSrcPage + 1 - p.iNext );
|
416
|
+
if ( p.iNext > (Pgno)nSrcPage )
|
417
|
+
{
|
418
|
+
rc = SQLITE_DONE;
|
419
|
+
}
|
420
|
+
else if ( 0 == p.isAttached )
|
421
|
+
{
|
422
|
+
attachBackupObject( p );
|
423
|
+
}
|
424
|
+
}
|
425
|
+
|
426
|
+
|
427
|
+
/* Update the schema version field in the destination database. This
|
428
|
+
** is to make sure that the schema-version really does change in
|
429
|
+
** the case where the source and destination databases have the
|
430
|
+
** same schema version.
|
431
|
+
*/
|
432
|
+
if ( rc == SQLITE_DONE
|
433
|
+
&& ( rc = sqlite3BtreeUpdateMeta( p.pDest, 1, p.iDestSchema + 1 ) ) == SQLITE_OK
|
434
|
+
)
|
435
|
+
{
|
436
|
+
int nSrcPagesize = sqlite3BtreeGetPageSize( p.pSrc );
|
437
|
+
int nDestPagesize = sqlite3BtreeGetPageSize( p.pDest );
|
438
|
+
int nDestTruncate;
|
439
|
+
if ( p.pDestDb != null )
|
440
|
+
{
|
441
|
+
sqlite3ResetInternalSchema( p.pDestDb, 0 );
|
442
|
+
}
|
443
|
+
|
444
|
+
/* Set nDestTruncate to the final number of pages in the destination
|
445
|
+
** database. The complication here is that the destination page
|
446
|
+
** size may be different to the source page size.
|
447
|
+
**
|
448
|
+
** If the source page size is smaller than the destination page size,
|
449
|
+
** round up. In this case the call to sqlite3OsTruncate() below will
|
450
|
+
** fix the size of the file. However it is important to call
|
451
|
+
** sqlite3PagerTruncateImage() here so that any pages in the
|
452
|
+
** destination file that lie beyond the nDestTruncate page mark are
|
453
|
+
** journalled by PagerCommitPhaseOne() before they are destroyed
|
454
|
+
** by the file truncation.
|
455
|
+
*/
|
456
|
+
if ( nSrcPagesize < nDestPagesize )
|
457
|
+
{
|
458
|
+
int ratio = nDestPagesize / nSrcPagesize;
|
459
|
+
nDestTruncate = ( nSrcPage + ratio - 1 ) / ratio;
|
460
|
+
if ( nDestTruncate == (int)PENDING_BYTE_PAGE( p.pDest.pBt ) )
|
461
|
+
{
|
462
|
+
nDestTruncate--;
|
463
|
+
}
|
464
|
+
}
|
465
|
+
else
|
466
|
+
{
|
467
|
+
nDestTruncate = nSrcPage * ( nSrcPagesize / nDestPagesize );
|
468
|
+
}
|
469
|
+
sqlite3PagerTruncateImage( pDestPager, (u32)nDestTruncate );
|
470
|
+
|
471
|
+
if ( nSrcPagesize < nDestPagesize )
|
472
|
+
{
|
473
|
+
/* If the source page-size is smaller than the destination page-size,
|
474
|
+
** two extra things may need to happen:
|
475
|
+
**
|
476
|
+
** * The destination may need to be truncated, and
|
477
|
+
**
|
478
|
+
** * Data stored on the pages immediately following the
|
479
|
+
** pending-byte page in the source database may need to be
|
480
|
+
** copied into the destination database.
|
481
|
+
*/
|
482
|
+
u32 iSize = (u32)nSrcPagesize * (u32)nSrcPage;
|
483
|
+
sqlite3_file pFile = sqlite3PagerFile( pDestPager );
|
484
|
+
|
485
|
+
Debug.Assert( pFile != null );
|
486
|
+
Debug.Assert( (i64)nDestTruncate * (i64)nDestPagesize >= iSize || (
|
487
|
+
nDestTruncate == (int)( PENDING_BYTE_PAGE( p.pDest.pBt ) - 1 )
|
488
|
+
&& iSize >= PENDING_BYTE && iSize <= PENDING_BYTE + nDestPagesize
|
489
|
+
) );
|
490
|
+
if ( SQLITE_OK == ( rc = sqlite3PagerCommitPhaseOne( pDestPager, null, true ) )
|
491
|
+
&& SQLITE_OK == ( rc = backupTruncateFile( pFile, (int)iSize ) )
|
492
|
+
&& SQLITE_OK == ( rc = sqlite3PagerSync( pDestPager ) )
|
493
|
+
)
|
494
|
+
{
|
495
|
+
i64 iOff;
|
496
|
+
i64 iEnd = MIN( PENDING_BYTE + nDestPagesize, iSize );
|
497
|
+
for (
|
498
|
+
iOff = PENDING_BYTE + nSrcPagesize;
|
499
|
+
rc == SQLITE_OK && iOff < iEnd;
|
500
|
+
iOff += nSrcPagesize
|
501
|
+
)
|
502
|
+
{
|
503
|
+
PgHdr pSrcPg = null;
|
504
|
+
u32 iSrcPg = (u32)( ( iOff / nSrcPagesize ) + 1 );
|
505
|
+
rc = sqlite3PagerGet( pSrcPager, iSrcPg, ref pSrcPg );
|
506
|
+
if ( rc == SQLITE_OK )
|
507
|
+
{
|
508
|
+
byte[] zData = sqlite3PagerGetData( pSrcPg );
|
509
|
+
rc = sqlite3OsWrite( pFile, zData, nSrcPagesize, iOff );
|
510
|
+
}
|
511
|
+
sqlite3PagerUnref( pSrcPg );
|
512
|
+
}
|
513
|
+
}
|
514
|
+
}
|
515
|
+
else
|
516
|
+
{
|
517
|
+
rc = sqlite3PagerCommitPhaseOne( pDestPager, null, false );
|
518
|
+
}
|
519
|
+
|
520
|
+
/* Finish committing the transaction to the destination database. */
|
521
|
+
if ( SQLITE_OK == rc
|
522
|
+
&& SQLITE_OK == ( rc = sqlite3BtreeCommitPhaseTwo( p.pDest ) )
|
523
|
+
)
|
524
|
+
{
|
525
|
+
rc = SQLITE_DONE;
|
526
|
+
}
|
527
|
+
}
|
528
|
+
|
529
|
+
/* If bCloseTrans is true, then this function opened a read transaction
|
530
|
+
** on the source database. Close the read transaction here. There is
|
531
|
+
** no need to check the return values of the btree methods here, as
|
532
|
+
** "committing" a read-only transaction cannot fail.
|
533
|
+
*/
|
534
|
+
if ( bCloseTrans != 0 )
|
535
|
+
{
|
536
|
+
#if !NDEBUG || SQLITE_COVERAGE_TEST
|
537
|
+
//TESTONLY( int rc2 );
|
538
|
+
//TESTONLY( rc2 = ) sqlite3BtreeCommitPhaseOne(p.pSrc, 0);
|
539
|
+
//TESTONLY( rc2 |= ) sqlite3BtreeCommitPhaseTwo(p.pSrc);
|
540
|
+
int rc2;
|
541
|
+
rc2 = sqlite3BtreeCommitPhaseOne( p.pSrc, "" );
|
542
|
+
rc2 |= sqlite3BtreeCommitPhaseTwo( p.pSrc );
|
543
|
+
Debug.Assert( rc2 == SQLITE_OK );
|
544
|
+
#else
|
545
|
+
sqlite3BtreeCommitPhaseOne(p.pSrc, null);
|
546
|
+
sqlite3BtreeCommitPhaseTwo(p.pSrc);
|
547
|
+
#endif
|
548
|
+
}
|
549
|
+
|
550
|
+
p.rc = rc;
|
551
|
+
}
|
552
|
+
if ( p.pDestDb != null )
|
553
|
+
{
|
554
|
+
sqlite3_mutex_leave( p.pDestDb.mutex );
|
555
|
+
}
|
556
|
+
sqlite3BtreeLeave( p.pSrc );
|
557
|
+
sqlite3_mutex_leave( p.pSrcDb.mutex );
|
558
|
+
return rc;
|
559
|
+
}
|
560
|
+
|
561
|
+
/*
|
562
|
+
** Release all resources associated with an sqlite3_backup* handle.
|
563
|
+
*/
|
564
|
+
static public int sqlite3_backup_finish( sqlite3_backup p )
|
565
|
+
{
|
566
|
+
sqlite3_backup pp; /* Ptr to head of pagers backup list */
|
567
|
+
sqlite3_mutex mutex; /* Mutex to protect source database */
|
568
|
+
int rc; /* Value to return */
|
569
|
+
|
570
|
+
/* Enter the mutexes */
|
571
|
+
if ( p == null ) return SQLITE_OK;
|
572
|
+
sqlite3_mutex_enter( p.pSrcDb.mutex );
|
573
|
+
sqlite3BtreeEnter( p.pSrc );
|
574
|
+
mutex = p.pSrcDb.mutex;
|
575
|
+
if ( p.pDestDb != null )
|
576
|
+
{
|
577
|
+
sqlite3_mutex_enter( p.pDestDb.mutex );
|
578
|
+
}
|
579
|
+
|
580
|
+
/* Detach this backup from the source pager. */
|
581
|
+
if ( p.pDestDb != null )
|
582
|
+
{
|
583
|
+
p.pSrc.nBackup--;
|
584
|
+
}
|
585
|
+
if ( p.isAttached != 0 )
|
586
|
+
{
|
587
|
+
pp = sqlite3PagerBackupPtr( sqlite3BtreePager( p.pSrc ) );
|
588
|
+
while ( pp != p )
|
589
|
+
{
|
590
|
+
pp = ( pp ).pNext;
|
591
|
+
}
|
592
|
+
sqlite3BtreePager( p.pSrc ).pBackup = p.pNext;
|
593
|
+
}
|
594
|
+
|
595
|
+
/* If a transaction is still open on the Btree, roll it back. */
|
596
|
+
sqlite3BtreeRollback( p.pDest );
|
597
|
+
|
598
|
+
/* Set the error code of the destination database handle. */
|
599
|
+
rc = ( p.rc == SQLITE_DONE ) ? SQLITE_OK : p.rc;
|
600
|
+
sqlite3Error( p.pDestDb, rc, 0 );
|
601
|
+
|
602
|
+
/* Exit the mutexes and free the backup context structure. */
|
603
|
+
if ( p.pDestDb != null )
|
604
|
+
{
|
605
|
+
sqlite3_mutex_leave( p.pDestDb.mutex );
|
606
|
+
}
|
607
|
+
sqlite3BtreeLeave( p.pSrc );
|
608
|
+
if ( p.pDestDb != null )
|
609
|
+
{
|
610
|
+
//sqlite3_free( ref p );
|
611
|
+
}
|
612
|
+
sqlite3_mutex_leave( mutex );
|
613
|
+
return rc;
|
614
|
+
}
|
615
|
+
|
616
|
+
/*
|
617
|
+
** Return the number of pages still to be backed up as of the most recent
|
618
|
+
** call to sqlite3_backup_step().
|
619
|
+
*/
|
620
|
+
static int sqlite3_backup_remaining( sqlite3_backup p )
|
621
|
+
{
|
622
|
+
return (int)p.nRemaining;
|
623
|
+
}
|
624
|
+
|
625
|
+
/*
|
626
|
+
** Return the total number of pages in the source database as of the most
|
627
|
+
** recent call to sqlite3_backup_step().
|
628
|
+
*/
|
629
|
+
static int sqlite3_backup_pagecount( sqlite3_backup p )
|
630
|
+
{
|
631
|
+
return (int)p.nPagecount;
|
632
|
+
}
|
633
|
+
|
634
|
+
/*
|
635
|
+
** This function is called after the contents of page iPage of the
|
636
|
+
** source database have been modified. If page iPage has already been
|
637
|
+
** copied into the destination database, then the data written to the
|
638
|
+
** destination is now invalidated. The destination copy of iPage needs
|
639
|
+
** to be updated with the new data before the backup operation is
|
640
|
+
** complete.
|
641
|
+
**
|
642
|
+
** It is assumed that the mutex associated with the BtShared object
|
643
|
+
** corresponding to the source database is held when this function is
|
644
|
+
** called.
|
645
|
+
*/
|
646
|
+
static void sqlite3BackupUpdate( sqlite3_backup pBackup, Pgno iPage, byte[] aData )
|
647
|
+
{
|
648
|
+
sqlite3_backup p; /* Iterator variable */
|
649
|
+
for ( p = pBackup; p != null; p = p.pNext )
|
650
|
+
{
|
651
|
+
Debug.Assert( sqlite3_mutex_held( p.pSrc.pBt.mutex ) );
|
652
|
+
if ( !isFatalError( p.rc ) && iPage < p.iNext )
|
653
|
+
{
|
654
|
+
/* The backup process p has already copied page iPage. But now it
|
655
|
+
** has been modified by a transaction on the source pager. Copy
|
656
|
+
** the new data into the backup.
|
657
|
+
*/
|
658
|
+
int rc = backupOnePage( p, iPage, aData );
|
659
|
+
Debug.Assert( rc != SQLITE_BUSY && rc != SQLITE_LOCKED );
|
660
|
+
if ( rc != SQLITE_OK )
|
661
|
+
{
|
662
|
+
p.rc = rc;
|
663
|
+
}
|
664
|
+
}
|
665
|
+
}
|
666
|
+
}
|
667
|
+
|
668
|
+
/*
|
669
|
+
** Restart the backup process. This is called when the pager layer
|
670
|
+
** detects that the database has been modified by an external database
|
671
|
+
** connection. In this case there is no way of knowing which of the
|
672
|
+
** pages that have been copied into the destination database are still
|
673
|
+
** valid and which are not, so the entire process needs to be restarted.
|
674
|
+
**
|
675
|
+
** It is assumed that the mutex associated with the BtShared object
|
676
|
+
** corresponding to the source database is held when this function is
|
677
|
+
** called.
|
678
|
+
*/
|
679
|
+
static void sqlite3BackupRestart( sqlite3_backup pBackup )
|
680
|
+
{
|
681
|
+
sqlite3_backup p; /* Iterator variable */
|
682
|
+
for ( p = pBackup; p != null; p = p.pNext )
|
683
|
+
{
|
684
|
+
Debug.Assert( sqlite3_mutex_held( p.pSrc.pBt.mutex ) );
|
685
|
+
p.iNext = 1;
|
686
|
+
}
|
687
|
+
}
|
688
|
+
|
689
|
+
#if !SQLITE_OMIT_VACUUM
|
690
|
+
/*
|
691
|
+
** Copy the complete content of pBtFrom into pBtTo. A transaction
|
692
|
+
** must be active for both files.
|
693
|
+
**
|
694
|
+
** The size of file pTo may be reduced by this operation. If anything
|
695
|
+
** goes wrong, the transaction on pTo is rolled back. If successful, the
|
696
|
+
** transaction is committed before returning.
|
697
|
+
*/
|
698
|
+
static int sqlite3BtreeCopyFile( Btree pTo, Btree pFrom )
|
699
|
+
{
|
700
|
+
int rc;
|
701
|
+
sqlite3_backup b;
|
702
|
+
sqlite3BtreeEnter( pTo );
|
703
|
+
sqlite3BtreeEnter( pFrom );
|
704
|
+
|
705
|
+
/* Set up an sqlite3_backup object. sqlite3_backup.pDestDb must be set
|
706
|
+
** to 0. This is used by the implementations of sqlite3_backup_step()
|
707
|
+
** and sqlite3_backup_finish() to detect that they are being called
|
708
|
+
** from this function, not directly by the user.
|
709
|
+
*/
|
710
|
+
b = new sqlite3_backup();// memset( &b, 0, sizeof( b ) );
|
711
|
+
b.pSrcDb = pFrom.db;
|
712
|
+
b.pSrc = pFrom;
|
713
|
+
b.pDest = pTo;
|
714
|
+
b.iNext = 1;
|
715
|
+
|
716
|
+
/* 0x7FFFFFFF is the hard limit for the number of pages in a database
|
717
|
+
** file. By passing this as the number of pages to copy to
|
718
|
+
** sqlite3_backup_step(), we can guarantee that the copy finishes
|
719
|
+
** within a single call (unless an error occurs). The Debug.Assert() statement
|
720
|
+
** checks this assumption - (p.rc) should be set to either SQLITE_DONE
|
721
|
+
** or an error code.
|
722
|
+
*/
|
723
|
+
sqlite3_backup_step( b, 0x7FFFFFFF );
|
724
|
+
Debug.Assert( b.rc != SQLITE_OK );
|
725
|
+
rc = sqlite3_backup_finish( b );
|
726
|
+
if ( rc == SQLITE_OK )
|
727
|
+
{
|
728
|
+
pTo.pBt.pageSizeFixed = false;
|
729
|
+
}
|
730
|
+
|
731
|
+
sqlite3BtreeLeave( pFrom );
|
732
|
+
sqlite3BtreeLeave( pTo );
|
733
|
+
return rc;
|
734
|
+
}
|
735
|
+
#endif //* SQLITE_OMIT_VACUUM */
|
736
|
+
}
|
737
|
+
}
|