issues
search
jeremyevans
/
sequel
Sequel: The Database Toolkit for Ruby
http://sequel.jeremyevans.net
Other
5k
stars
1.07k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Inflector problem with word "status"
#2254
dux
closed
1 day ago
1
MySQL and Postgres schema: retrieve columns' comments
#2249
Bahanix
closed
2 weeks ago
8
Update model docs for clarity
#2244
jonathanparrott
closed
3 weeks ago
1
Support using no_auto_parameterize to remove the insert limit
#2242
davekaro
closed
3 weeks ago
1
Update CHANGELOG: fix typo
#2238
kuraga
closed
4 weeks ago
1
Use nested module format for Java package names
#2236
kalenp
closed
1 month ago
4
Support `import` on datasets with `DelayedEvaluation` as from
#2232
tomasmiguez
closed
1 month ago
2
Postgres adapter's `insert_pk` is `nil` if the model's `from` is a `Sequel::SQL::DelayedEvaluation`.
#2230
tomasmiguez
closed
1 month ago
4
Cannot recover from error: PG::ConnectionBad: PQsocket() can't get socket descriptor
#2228
musaffa
closed
1 month ago
9
Issue with new sharded timed queue connection pool
#2226
mscrivo
closed
1 month ago
5
Version 5.83.0 no longer unescapes sqlite3 connection strings
#2201
Ben3eeE
closed
3 months ago
2
Sequel::DatabaseDisconnectError: PQconsumeInput() SSL connection has been closed unexpectedly occasionally when running SQL queries
#2200
siddharth7
closed
3 months ago
1
Allow proc default values that depend on other values
#2195
pedrocarmona
closed
4 months ago
2
Add string_agg support on sqlite >= 3.44
#2191
segiddins
closed
4 months ago
1
NoMethodError: super: no superclass method `untaint'
#2186
StephanieSunshine
closed
4 months ago
1
Sequel::SQL::QualifiedIdentifier is stringified incorrectly when creating a temporary table
#2185
whoward
closed
4 months ago
5
BigDecimal (numeric) attributes are reported as Integer
#2182
konstantin-dzreev
closed
5 months ago
1
Update testing guide with multithreaded transactional tests
#2173
janko
closed
6 months ago
1
Partial Indices are not migrated from Sqlite to Postgres
#2168
smaktacular
closed
6 months ago
1
Clarify about `model_classes` in the example code
#2162
duongdominhchau
closed
6 months ago
1
adapter/jdbc does not reconnect when Sybase raises "connection is already closed"
#2159
kaisecheng
closed
7 months ago
3
Support SKIP LOCKED for MariaDB 10.6+.
#2150
simi
closed
7 months ago
2
Add links to sequel-talk on the mail-archive.com
#2146
adam12
closed
8 months ago
1
Make it possible to use create_or_replace_view with materialized view.
#2144
nashby
closed
8 months ago
1
Declare csv dependency
#2143
ebarendt
closed
8 months ago
1
pg_enum extension breaks rake db:create
#2142
dorianmariecom
closed
8 months ago
3
insert_conflict on id (SQLite 3.45.0)
#2130
graf0
closed
9 months ago
2
Fix typo in CHANGELOG [ci skip]
#2129
olleolleolle
closed
9 months ago
1
sqlite adapter - allow create_table with :without_rowid option
#2126
loranger32
closed
10 months ago
3
Use empty? instead of count for validate uniqueness
#2122
numbata
closed
10 months ago
1
DB.literal :symbol should not quote "symbol"
#2119
felipeAH
closed
10 months ago
4
Add specs and fix memory leak (at least on Ruby 3.3+)
#2116
paddor
closed
11 months ago
9
Honor configured `:top` option for empty lists
#2115
johanmagnusson
closed
11 months ago
1
Connects to Snowflake but crashes when querying
#2114
ccoffey
closed
11 months ago
4
Error during evaluation of Ruby in uri:classloader:/META-INF/jruby.home/lib/ruby/gems/shared/gems/sequel-5.74.0/lib/sequel/database/misc.rb at line 462: (DatabaseError) Java::JavaSql::SQLException: A string constant starting with ''' is too long.
#2110
jackshang
closed
11 months ago
1
[CI] Add Ruby 3.3 to test matrix
#2109
swiknaba
closed
11 months ago
2
Improve performance of regexp matching in the sqlite adapter
#2108
paddor
closed
11 months ago
5
Update rcte plugin to allow the user to specify union_all in rcte
#2107
JonathanFrias
closed
11 months ago
2
table_exists? returns false when its query gets canceled
#2106
gbrlcustodio
closed
11 months ago
2
Avoid work in a initializer for IntegerMigrator
#2102
sergio-fry
closed
1 year ago
7
Mysql2::Error: Authentication plugin 'caching_sha2_password' cannot be loaded: /usr/lib/x86_64-linux-gnu/mariadb18/plugin/caching_sha2_password.so
#2101
vardaanmittal09
closed
1 year ago
1
Fix Ruby syntax in column encryption constraint example
#2099
dentarg
closed
1 year ago
1
Add support for hostaddr param in postgres
#2098
mscrivo
closed
1 year ago
3
Inconsistent interface of #paged_each / skip_transaction: true not working on postgres for #paged_each
#2097
hwo411
closed
1 year ago
2
Remove unused Rake tasks
#2096
v-kolesnikov
closed
1 year ago
1
Automatic primary key id assignment does not seem to happen using the mock database adapter
#2094
nelsnelson
closed
1 year ago
4
Added run_single method to run single migration by version and direction
#2093
opya
closed
1 year ago
3
schema doesn't show generated columns in Sqlite
#2087
shaicoleman
closed
1 year ago
1
Model.update_or_create raises Sequel::UniqueConstraintViolation
#2086
MatzFan
closed
1 year ago
2
adapter/jdbc does not reconnect when DB2 "SqlNonTransientConnectionException" is raised
#2083
edmocosta
closed
1 year ago
3
Next