Update vendored Sqlite3-ruby to 1.3.0
Also, some tweaks to Maruku.
This commit is contained in:
parent
9a80cacc34
commit
4f8759cdf3
55 changed files with 3071 additions and 8028 deletions
8
vendor/plugins/sqlite3-ruby/ext/sqlite3/exception.h
vendored
Normal file
8
vendor/plugins/sqlite3-ruby/ext/sqlite3/exception.h
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SQLITE3_EXCEPTION_RUBY
|
||||
#define SQLITE3_EXCEPTION_RUBY
|
||||
|
||||
#define CHECK(_db, _status) rb_sqlite3_raise(_db, _status);
|
||||
|
||||
void rb_sqlite3_raise(sqlite3 * db, int status);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue