sqlite3 1.4.3 → 1.5.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,101 +1,73 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqlite3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.5.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
8
8
  - Luis Lavena
9
9
  - Aaron Patterson
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-06-13 00:00:00.000000000 Z
13
+ date: 2022-08-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: minitest
17
- requirement: !ruby/object:Gem::Requirement
18
- requirements:
19
- - - "~>"
20
- - !ruby/object:Gem::Version
21
- version: '5.15'
22
- type: :development
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- requirements:
26
- - - "~>"
27
- - !ruby/object:Gem::Version
28
- version: '5.15'
29
- - !ruby/object:Gem::Dependency
30
- name: rake-compiler
31
- requirement: !ruby/object:Gem::Requirement
32
- requirements:
33
- - - "~>"
34
- - !ruby/object:Gem::Version
35
- version: '1.0'
36
- type: :development
37
- prerelease: false
38
- version_requirements: !ruby/object:Gem::Requirement
39
- requirements:
40
- - - "~>"
41
- - !ruby/object:Gem::Version
42
- version: '1.0'
43
- - !ruby/object:Gem::Dependency
44
- name: rake-compiler-dock
16
+ name: mini_portile2
45
17
  requirement: !ruby/object:Gem::Requirement
46
18
  requirements:
47
19
  - - "~>"
48
20
  - !ruby/object:Gem::Version
49
- version: 0.6.0
50
- type: :development
21
+ version: 2.8.0
22
+ type: :runtime
51
23
  prerelease: false
52
24
  version_requirements: !ruby/object:Gem::Requirement
53
25
  requirements:
54
26
  - - "~>"
55
27
  - !ruby/object:Gem::Version
56
- version: 0.6.0
28
+ version: 2.8.0
57
29
  - !ruby/object:Gem::Dependency
58
- name: mini_portile2
30
+ name: minitest
59
31
  requirement: !ruby/object:Gem::Requirement
60
32
  requirements:
61
33
  - - "~>"
62
34
  - !ruby/object:Gem::Version
63
- version: '2.0'
35
+ version: '5.15'
64
36
  type: :development
65
37
  prerelease: false
66
38
  version_requirements: !ruby/object:Gem::Requirement
67
39
  requirements:
68
40
  - - "~>"
69
41
  - !ruby/object:Gem::Version
70
- version: '2.0'
42
+ version: '5.15'
71
43
  - !ruby/object:Gem::Dependency
72
- name: hoe-bundler
44
+ name: rake-compiler
73
45
  requirement: !ruby/object:Gem::Requirement
74
46
  requirements:
75
47
  - - "~>"
76
48
  - !ruby/object:Gem::Version
77
- version: '1.0'
49
+ version: 1.2.0
78
50
  type: :development
79
51
  prerelease: false
80
52
  version_requirements: !ruby/object:Gem::Requirement
81
53
  requirements:
82
54
  - - "~>"
83
55
  - !ruby/object:Gem::Version
84
- version: '1.0'
56
+ version: 1.2.0
85
57
  - !ruby/object:Gem::Dependency
86
- name: hoe-gemspec
58
+ name: rake-compiler-dock
87
59
  requirement: !ruby/object:Gem::Requirement
88
60
  requirements:
89
61
  - - "~>"
90
62
  - !ruby/object:Gem::Version
91
- version: '1.0'
63
+ version: 1.2.1
92
64
  type: :development
93
65
  prerelease: false
94
66
  version_requirements: !ruby/object:Gem::Requirement
95
67
  requirements:
96
68
  - - "~>"
97
69
  - !ruby/object:Gem::Version
98
- version: '1.0'
70
+ version: 1.2.1
99
71
  - !ruby/object:Gem::Dependency
100
72
  name: rdoc
101
73
  requirement: !ruby/object:Gem::Requirement
@@ -116,38 +88,20 @@ dependencies:
116
88
  - - "<"
117
89
  - !ruby/object:Gem::Version
118
90
  version: '7'
119
- - !ruby/object:Gem::Dependency
120
- name: hoe
121
- requirement: !ruby/object:Gem::Requirement
122
- requirements:
123
- - - "~>"
124
- - !ruby/object:Gem::Version
125
- version: '3.23'
126
- type: :development
127
- prerelease: false
128
- version_requirements: !ruby/object:Gem::Requirement
129
- requirements:
130
- - - "~>"
131
- - !ruby/object:Gem::Version
132
- version: '3.23'
133
91
  description: |-
134
92
  This module allows Ruby programs to interface with the SQLite3
135
93
  database engine (http://www.sqlite.org). You must have the
136
94
  SQLite engine installed in order to build this module.
137
95
 
138
96
  Note that this module is only compatible with SQLite 3.6.16 or newer.
139
- email:
140
- - jamis@37signals.com
141
- - luislavena@gmail.com
142
- - aaron@tenderlovemaking.com
97
+ email:
143
98
  executables: []
144
99
  extensions:
145
100
  - ext/sqlite3/extconf.rb
146
101
  extra_rdoc_files:
147
- - API_CHANGES.rdoc
148
- - CHANGELOG.rdoc
149
- - Manifest.txt
150
- - README.rdoc
102
+ - API_CHANGES.md
103
+ - CHANGELOG.md
104
+ - README.md
151
105
  - ext/sqlite3/aggregator.c
152
106
  - ext/sqlite3/backup.c
153
107
  - ext/sqlite3/database.c
@@ -156,15 +110,14 @@ extra_rdoc_files:
156
110
  - ext/sqlite3/statement.c
157
111
  files:
158
112
  - ".gemtest"
159
- - API_CHANGES.rdoc
160
- - CHANGELOG.rdoc
113
+ - API_CHANGES.md
114
+ - CHANGELOG.md
115
+ - CONTRIBUTING.md
161
116
  - ChangeLog.cvs
162
117
  - Gemfile
163
118
  - LICENSE
164
- - Manifest.txt
165
- - README.rdoc
166
- - Rakefile
167
- - appveyor.yml
119
+ - LICENSE-DEPENDENCIES
120
+ - README.md
168
121
  - ext/sqlite3/aggregator.c
169
122
  - ext/sqlite3/aggregator.h
170
123
  - ext/sqlite3/backup.c
@@ -178,6 +131,7 @@ files:
178
131
  - ext/sqlite3/sqlite3_ruby.h
179
132
  - ext/sqlite3/statement.c
180
133
  - ext/sqlite3/statement.h
134
+ - faq/faq.md
181
135
  - faq/faq.rb
182
136
  - faq/faq.yml
183
137
  - lib/sqlite3.rb
@@ -190,11 +144,7 @@ files:
190
144
  - lib/sqlite3/translator.rb
191
145
  - lib/sqlite3/value.rb
192
146
  - lib/sqlite3/version.rb
193
- - rakelib/faq.rake
194
- - rakelib/gem.rake
195
- - rakelib/native.rake
196
- - rakelib/vendor_sqlite3.rake
197
- - setup.rb
147
+ - ports/archives/sqlite-autoconf-3380500.tar.gz
198
148
  - test/helper.rb
199
149
  - test/test_backup.rb
200
150
  - test/test_collation.rb
@@ -218,26 +168,32 @@ homepage: https://github.com/sparklemotion/sqlite3-ruby
218
168
  licenses:
219
169
  - BSD-3-Clause
220
170
  metadata:
171
+ homepage_uri: https://github.com/sparklemotion/sqlite3-ruby
172
+ bug_tracker_uri: https://github.com/sparklemotion/sqlite3-ruby/issues
173
+ documentation_uri: https://www.rubydoc.info/gems/sqlite3
174
+ changelog_uri: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md
175
+ source_code_uri: https://github.com/sparklemotion/sqlite3-ruby
221
176
  msys2_mingw_dependencies: sqlite3
222
- post_install_message:
177
+ rubygems_mfa_required: 'true'
178
+ post_install_message:
223
179
  rdoc_options:
224
180
  - "--main"
225
- - README.rdoc
181
+ - README.md
226
182
  require_paths:
227
183
  - lib
228
184
  required_ruby_version: !ruby/object:Gem::Requirement
229
185
  requirements:
230
186
  - - ">="
231
187
  - !ruby/object:Gem::Version
232
- version: 1.8.7
188
+ version: 1.9.2
233
189
  required_rubygems_version: !ruby/object:Gem::Requirement
234
190
  requirements:
235
- - - ">="
191
+ - - ">"
236
192
  - !ruby/object:Gem::Version
237
- version: 1.3.5
193
+ version: 1.3.1
238
194
  requirements: []
239
- rubygems_version: 3.4.0.dev
240
- signing_key:
195
+ rubygems_version: 3.3.7
196
+ signing_key:
241
197
  specification_version: 4
242
198
  summary: This module allows Ruby programs to interface with the SQLite3 database engine
243
199
  (http://www.sqlite.org)
data/CHANGELOG.rdoc DELETED
@@ -1,327 +0,0 @@
1
- === 1.4.3 (2022-05-25)
2
-
3
- * Enhancements
4
- * Disable non-standard support for double-quoted string literals via the `:strict` option. [#317] (Thank you, @casperisfine!)
5
- * Column type names are now explicitly downcased on platforms where they may have been in shoutcaps. [#315] (Thank you, @petergoldstein!)
6
- * Support File or Pathname arguments to `Database.new`. [#283] (Thank you, @yb66!)
7
- * Support building on MSVC. [#285] (Thank you, @jmarrec!)
8
-
9
-
10
- === 1.4.2 (2019-12-18)
11
-
12
- * Travis: Drop unused setting "sudo: false"
13
- * The taint mechanism will be deprecated in Ruby 2.7
14
- * Fix Ruby 2.7 rb_check_safe_obj warnings
15
- * Update travis config
16
-
17
- === 1.4.1
18
-
19
- * Don't mandate dl functions for the extention build
20
- * bumping version
21
-
22
- === 1.4.0
23
-
24
- * Enhancements
25
- * Better aggregator support
26
-
27
- * Bugfixes
28
- * Various
29
-
30
- === 1.3.13
31
-
32
- * Enancements
33
- * Support SQLite flags when defining functions
34
- * Add definition for SQLITE_DETERMINISTIC flag
35
-
36
- === 1.3.12
37
-
38
- * Bugfixes:
39
- * OS X install will default to homebrew if available. Fixes #195
40
-
41
- === 1.3.11 / 2015-10-10
42
-
43
- * Enhancements:
44
- * Windows: build against SQLite 3.8.11.1
45
-
46
- * Internal:
47
- * Use rake-compiler-dock to build Windows binaries. Pull #159 [larskanis]
48
- * Expand Ruby versions being tested for Travis and AppVeyor
49
-
50
- === 1.3.10 / 2014-10-30
51
-
52
- * Enhancements:
53
- * Windows: build against SQLite 3.8.6. Closes #135 [Hubro]
54
-
55
- === 1.3.9 / 2014-02-25
56
-
57
- * Bugfixes:
58
- * Reset exception message. Closes #80
59
- * Reduce warnings due unused pointers. Closes #89
60
- * Add BSD-3 license reference to gemspec. Refs #99 and #106
61
-
62
- === 1.3.8 / 2013-08-17
63
-
64
- * Enhancements:
65
- * Windows: build against SQLite 3.7.17
66
-
67
- * Bugfixes:
68
- * Reset exception message. Closes #80
69
- * Correctly convert BLOB values to Ruby. Closes #65
70
- * Add MIT license reference to gemspec. Closes #99
71
- * Remove unused pointer. Closes #89
72
-
73
- * Internal:
74
- * Backport improvements in cross compilation for Windows
75
- * Use of Minitest for internal tests
76
- * Use Gemfile (generated by Hoe) to deal with dependencies
77
- * Cleanup Travis CI
78
-
79
- === 1.3.7 / 2013-01-11
80
-
81
- * Bugfixes
82
- * Closing a bad statement twice will not segv.
83
- * Aggregate handlers are initialized on each query. Closes #44
84
-
85
- * Internal
86
- * Unset environment variables that could affect cross compilation.
87
-
88
- === 1.3.6 / 2012-04-16
89
-
90
- * Enhancements
91
- * Windows: build against SQLite 3.7.11
92
- * Added SQLite3::ResultSet#each_hash for fetching each row as a hash.
93
- * Added SQLite3::ResultSet#next_hash for fetching one row as a hash.
94
-
95
- * Bugfixes
96
- * Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63
97
- * Protect parameters to custom functions from being garbage collected too
98
- soon. Fixes #60. Thanks hirataya!
99
- * Fix backwards compatibility with 1.2.5 with bind vars and `query` method.
100
- Fixes #35.
101
- * Fix double definition error caused by defining sqlite3_int64/uint64.
102
- * Fix suspicious version regexp.
103
-
104
- * Deprecations
105
- * ArrayWithTypesAndFields#types is deprecated and the class will be removed
106
- in version 2.0.0. Please use the `types` method on the ResultSet class
107
- that created this object.
108
- * ArrayWithTypesAndFields#fields is deprecated and the class will be removed
109
- in version 2.0.0. Please use the `columns` method on the ResultSet class
110
- that created this object.
111
- * The ArrayWithTypesAndFields class will be removed in 2.0.0
112
- * The ArrayWithTypes class will be removed in 2.0.0
113
- * HashWithTypesAndFields#types is deprecated and the class will be removed
114
- in version 2.0.0. Please use the `types` method on the ResultSet class
115
- that created this object.
116
- * HashWithTypesAndFields#fields is deprecated and the class will be removed
117
- in version 2.0.0. Please use the `columns` method on the ResultSet class
118
- that created this object.
119
-
120
- === 1.3.5 / 2011-12-03 - ZOMG Holidays are here Edition!
121
-
122
- * Enhancements
123
- * Windows: build against SQLite 3.7.9
124
- * Static: enable SQLITE_ENABLE_COLUMN_METADATA
125
- * Added Statement#clear_bindings! to set bindings back to nil
126
-
127
- * Bugfixes
128
- * Fixed a segv on Database.new. Fixes #34 (thanks nobu!)
129
- * Database error is not reset, so don't check it in Statement#reset!
130
- * Remove conditional around Bignum statement bindings.
131
- Fixes #52. Fixes #56. Thank you Evgeny Myasishchev.
132
-
133
- * Internal
134
- * Use proper endianness when testing database connection with UTF-16.
135
- Fixes #40. Fixes #51
136
- * Use -fPIC for static compilation when host is x86_64.
137
-
138
- === 1.3.4 / 2011-07-25
139
-
140
- * Enhancements:
141
- * Windows: build against SQLite 3.7.7.1
142
- * Windows: build static binaries that do not depend on sqlite3.dll be
143
- installed anymore
144
-
145
- * Bugfixes
146
- * Backup API is conditionally required so that older libsqlite3 can be used.
147
- Thanks Hongli Lai.
148
- * Fixed segmentation fault when nil is passed to SQLite3::Statement.new
149
- * Fix extconf's hardcoded path that affected installation on certain systems.
150
-
151
- === 1.3.3 / 2010-01-16
152
-
153
- * Bugfixes
154
- * Abort on installation if sqlite3_backup_init is missing. Fixes #19
155
- * Gem has been renamed to 'sqlite3'. Please use `gem install sqlite3`
156
-
157
- === 1.3.2 / 2010-10-30 / RubyConf Uruguay Edition!
158
-
159
- * Enhancements:
160
- * Windows: build against 3.7.3 version of SQLite3
161
- * SQLite3::Database can now be open as readonly
162
-
163
- db = SQLite3::Database.new('my.db', :readonly => true)
164
-
165
- * Added SQLite3::SQLITE_VERSION and SQLite3::SQLITE_VERSION_NUMBER [nurse]
166
-
167
- * Bugfixes
168
- * type_translation= works along with Database#execute and a block
169
- * defined functions are kept in a hash to prevent GC. #7
170
- * Removed GCC specific flags from extconf.
171
-
172
- * DEPRECATIONS
173
- * SQLite3::Database#type_translation= will be deprecated in the future with
174
- no replacement.
175
- * SQlite3::Version will be deprecated in 2.0.0 with SQLite3::VERSION as the
176
- replacement.
177
-
178
- === 1.3.1 / 2010-07-09
179
-
180
- * Enhancements
181
- * Custom collations may be defined using SQLite3::Database#collation
182
-
183
- * Bugfixes
184
- * Statements returning 0 columns are automatically stepped. [RF #28308]
185
- * SQLite3::Database#encoding works on 1.8 and 1.9
186
-
187
- === 1.3.0 / 2010-06-06
188
-
189
- * Enhancements
190
- * Complete rewrite of C-based adapter from SWIG to hand-crafted one [tenderlove]
191
- See API_CHANGES document for details.
192
- This closes: Bug #27300, Bug #27241, Patch #16020
193
- * Improved UTF, Unicode, M17N, all that handling and proper BLOB handling [tenderlove, nurse]
194
- * Added support for type translations [tenderlove]
195
-
196
- @db.translator.add_translator('sometime') do |type, thing|
197
- 'output' # this will be returned as value for that column
198
- end
199
-
200
- * Experimental
201
- * Added API to access and load extensions. [kashif]
202
- These functions maps directly into SQLite3 own enable_load_extension()
203
- and load_extension() C-API functions. See SQLite3::Database API documentation for details.
204
- This closes: Patches #9178
205
-
206
- * Bugfixes
207
- * Corrected gem dependencies (runtime and development)
208
- * Fixed threaded tests [Alexey Borzenkov]
209
- * Removed GitHub gemspec
210
- * Fixed "No definition for" warnings from RDoc
211
- * Generate zip and tgz files for releases
212
- * Added Luis Lavena as gem Author (maintainer)
213
- * Prevent mkmf interfere with Mighty Snow Leopard
214
- * Allow extension compilation search for common lib paths [kashif]
215
- (lookup /usr/local, /opt/local and /usr)
216
- * Corrected extension compilation under MSVC [romuloceccon]
217
- * Define load_extension functionality based on availability [tenderlove]
218
- * Deprecation notices for Database#query. Fixes RF #28192
219
-
220
- === 1.3.0.beta.2 / 2010-05-15
221
-
222
- * Enhancements
223
- * Added support for type translations [tenderlove]
224
-
225
- @db.translator.add_translator('sometime') do |type, thing|
226
- 'output' # this will be returned as value for that column
227
- end
228
-
229
- * Bugfixes
230
- * Allow extension compilation search for common lib paths [kashif]
231
- (lookup /usr/local, /opt/local and /usr)
232
- * Corrected extension compilation under MSVC [romuloceccon]
233
- * Define load_extension functionality based on availability [tenderlove]
234
- * Deprecation notices for Database#query. Fixes RF #28192
235
-
236
- === 1.3.0.beta.1 / 2010-05-10
237
-
238
- * Enhancements
239
- * Complete rewrite of C-based adapter from SWIG to hand-crafted one [tenderlove]
240
- See API_CHANGES document for details.
241
- This closes: Bug #27300, Bug #27241, Patch #16020
242
- * Improved UTF, Unicode, M17N, all that handling and proper BLOB handling [tenderlove, nurse]
243
-
244
- * Experimental
245
- * Added API to access and load extensions. [kashif]
246
- These functions maps directly into SQLite3 own enable_load_extension()
247
- and load_extension() C-API functions. See SQLite3::Database API documentation for details.
248
- This closes: Patches #9178
249
-
250
- * Bugfixes
251
- * Corrected gem dependencies (runtime and development)
252
- * Fixed threaded tests [Alexey Borzenkov]
253
- * Removed GitHub gemspec
254
- * Fixed "No definition for" warnings from RDoc
255
- * Generate zip and tgz files for releases
256
- * Added Luis Lavena as gem Author (maintainer)
257
- * Prevent mkmf interfere with Mighty Snow Leopard
258
-
259
- === 1.2.5 / 25 Jul 2009
260
-
261
- * Check for illegal nil before executing SQL [Erik Veenstra]
262
- * Switch to Hoe for gem task management and packaging.
263
- * Advertise rake-compiler as development dependency.
264
- * Build gem binaries for Windows.
265
- * Improved Ruby 1.9 support compatibility.
266
- * Taint returned values. Patch #20325.
267
- * Database.open and Database.new now take an optional block [Gerrit Kaiser]
268
-
269
-
270
- === 1.2.4.1 (internal) / 5 Jul 2009
271
-
272
- * Check for illegal nil before executing SQL [Erik Veenstra]
273
- * Switch to Hoe for gem task management and packaging.
274
- * Advertise rake-compiler as development dependency.
275
- * Build gem binaries for Windows.
276
- * Improved Ruby 1.9 support compatibility.
277
-
278
-
279
- === 1.2.4 / 27 Aug 2008
280
-
281
- * Package the updated C file for source builds. [Jamis Buck]
282
-
283
-
284
- === 1.2.3 / 26 Aug 2008
285
-
286
- * Fix incorrect permissions on database.rb and translator.rb [Various]
287
-
288
- * Avoid using Object#extend for greater speedups [Erik Veenstra]
289
-
290
- * Ruby 1.9 compatibility tweaks for Array#zip [jimmy88@gmail.com]
291
-
292
- * Fix linking against Ruby 1.8.5 [Rob Holland <rob@inversepath.com>]
293
-
294
-
295
- === 1.2.2 / 31 May 2008
296
-
297
- * Make the table_info method adjust the returned default value for the rows
298
- so that the sqlite3 change in 3.3.8 and greater can be handled
299
- transparently [Jamis Buck <jamis@37signals.com>]
300
-
301
- * Ruby 1.9 compatibility tweaks [Roman Le Negrate <roman2k@free.fr>]
302
-
303
- * Various performance enhancements [thanks Erik Veenstra]
304
-
305
- * Correct busy_handler documentation [Rob Holland <rob@inversepath.com>]
306
-
307
- * Use int_bind64 on Fixnum values larger than a 32bit C int can take. [Rob Holland <rob@inversepath.com>]
308
-
309
- * Work around a quirk in SQLite's error reporting by calling sqlite3_reset
310
- to produce a more informative error code upon a failure from
311
- sqlite3_step. [Rob Holland <rob@inversepath.com>]
312
-
313
- * Various documentation, test, and style tweaks [Rob Holland <rob@inversepath.com>]
314
-
315
- * Be more granular with time/data translation [Rob Holland <rob@inversepath.com>]
316
-
317
- * Use Date directly for parsing rather than going via Time [Rob Holland <rob@inversepath.com>]
318
-
319
- * Check for the rt library and fdatasync so we link against that when
320
- needed [Rob Holland <rob@inversepath.com>]
321
-
322
- * Rename data structures to avoid collision on win32. based on patch
323
- by: Luis Lavena [Rob Holland <rob@inversepath.com>]
324
-
325
- * Add test for defaults [Daniel Rodríguez Troitiño]
326
-
327
- * Correctly unquote double-quoted pragma defaults [Łukasz Dargiewicz <lukasz.dargiewicz@gmail.com>]
data/Manifest.txt DELETED
@@ -1,59 +0,0 @@
1
- .gemtest
2
- API_CHANGES.rdoc
3
- CHANGELOG.rdoc
4
- ChangeLog.cvs
5
- Gemfile
6
- LICENSE
7
- Manifest.txt
8
- README.rdoc
9
- Rakefile
10
- appveyor.yml
11
- ext/sqlite3/aggregator.c
12
- ext/sqlite3/aggregator.h
13
- ext/sqlite3/backup.c
14
- ext/sqlite3/backup.h
15
- ext/sqlite3/database.c
16
- ext/sqlite3/database.h
17
- ext/sqlite3/exception.c
18
- ext/sqlite3/exception.h
19
- ext/sqlite3/extconf.rb
20
- ext/sqlite3/sqlite3.c
21
- ext/sqlite3/sqlite3_ruby.h
22
- ext/sqlite3/statement.c
23
- ext/sqlite3/statement.h
24
- faq/faq.rb
25
- faq/faq.yml
26
- lib/sqlite3.rb
27
- lib/sqlite3/constants.rb
28
- lib/sqlite3/database.rb
29
- lib/sqlite3/errors.rb
30
- lib/sqlite3/pragmas.rb
31
- lib/sqlite3/resultset.rb
32
- lib/sqlite3/statement.rb
33
- lib/sqlite3/translator.rb
34
- lib/sqlite3/value.rb
35
- lib/sqlite3/version.rb
36
- rakelib/faq.rake
37
- rakelib/gem.rake
38
- rakelib/native.rake
39
- rakelib/vendor_sqlite3.rake
40
- setup.rb
41
- test/helper.rb
42
- test/test_backup.rb
43
- test/test_collation.rb
44
- test/test_database.rb
45
- test/test_database_flags.rb
46
- test/test_database_readonly.rb
47
- test/test_database_readwrite.rb
48
- test/test_deprecated.rb
49
- test/test_encoding.rb
50
- test/test_integration.rb
51
- test/test_integration_aggregate.rb
52
- test/test_integration_open_close.rb
53
- test/test_integration_pending.rb
54
- test/test_integration_resultset.rb
55
- test/test_integration_statement.rb
56
- test/test_result_set.rb
57
- test/test_sqlite3.rb
58
- test/test_statement.rb
59
- test/test_statement_execute.rb