ID |
Status |
Summary |
334
|
WontFix |
Problem with Sequel Model initialization in MacRuby 0.10
|
333
|
Fixed |
modifying serialized hash doesn't trigger modified?
|
332
|
Fixed |
Sequel.ado does not include SQL Server adapter when called via Sequel.ado(:conn_string=>...)
|
331
|
Fixed |
PostgreSQL migrations with a default_schema don't work
|
330
|
Duplicate |
ActiveSupport::Inflector 3.0.4 will not pluralize table names
|
329
|
Invalid |
Sequel 3.20.0, Activesupport 3.0.4 and singularize
|
328
|
Invalid |
Sequel.sqlite(:dbname) and DB.tables causes segmentation fault
|
327
|
Fixed |
column schema dump not matching primary bigint columns properly
|
326
|
Fixed |
ruby-informix 0.7.3 has renamed Cursor#drop to Cursor#free
|
325
|
Invalid |
Returning error under macRuby 0.8 with mysql
|
324
|
Fixed |
[PATCH] option to include partial indexes in Database#indexes in mysql
|
323
|
WontFix |
Force Encoding plugin breaks on frozen strings, is this proper?
|
322
|
Fixed |
Wrong error message when validates_length_of checks nil value
|
321
|
Fixed |
[PATCH] neither read_timeout nor connect_timeout options work for MySQL adapter
|
320
|
Fixed |
associations on subclasses using class table inheritance don't load properly when object is loaded through an association using the parent class
|
319
|
WontFix |
'time' type WITHOUT date in posgtresql 9.0 resulting complete date/type when it's fetched
|
318
|
Fixed |
With sqlite, dropping any column drops all the indexes of the table
|
317
|
Invalid |
migrations is missing a drop_primary_key
|
316
|
Invalid |
Sequel doesn't support CREATE INDEX INCLUDE option for MS SQL
|
315
|
WontFix |
Model's Element Reference Op & CPKs: Incorrect SQL Generated Unless Values Are Priovided For All Columns
|
314
|
Fixed |
Mysql wait_timeout invalid under windows
|
313
|
Fixed |
xml_serializer plugin does not distinguish between null and empty string
|
312
|
Fixed |
Exception in DB.each_server
|
311
|
WontFix |
SQL Server inserts fail if table has a trigger
|
310
|
Fixed |
Identity Map doesn't seem to like composite keys.
|
309
|
WontFix |
ArgumentError when passing string to field assigned with integer column
|
308
|
WontFix |
Missing ability to set sequel log level
|
307
|
WontFix |
Postgres model primary key updates
|
306
|
Fixed |
Sequel::Postgres::AdapterMethods#tables does not filter all system tables
|
305
|
Fixed |
Schema introspection in postgres has trouble with table named "domains"
|
304
|
Fixed |
Schema Introspection has trouble with Sequel::SQL::Identifier
|
303
|
Invalid |
Tables with double underscores can't be queried with Sequel.
|
302
|
Invalid |
Sequel 3.11.0 on Heroku introduces spurious "IS NULL" in filter
|
301
|
Fixed |
DB.schema is inconsistent after calling alter_table
|
300
|
Fixed |
Sequel.mysql ignores the :encoding option
|
299
|
Fixed |
Invalid syntax for creating temp tables in MS SQL
|
298
|
Fixed |
postgres + ruby 1.9
|
297
|
Fixed |
SQL Server TOP and DISTINCT
|
296
|
WontFix |
Sequel Migration documentation bug
|
295
|
Fixed |
full_text index not ignored (amalgalite)
|
294
|
Fixed |
[PATCH] mysql adapter incorrectly casts tinyint(4) to booleans as well as tinyint(1) when convert_tinyint_to_bool is set
|
293
|
Fixed |
SQL Server rename_table fix
|
292
|
Fixed |
MSSQL 2000 - wrong statement generated ''DBI::DatabaseError: 37000 (170) [FreeTDS][SQL Server]Line 1: Incorrect syntax near '1'"
|
291
|
Fixed |
set_column_allow_null truncates size
|
290
|
Fixed |
improve Caching plugin/Ruby-Memcache API documentation
|
289
|
Fixed |
[PATCH] schema dumper ignores db-specific primary key column type, even when same_db option is set
|
288
|
Fixed |
improve two README rdoc code examples: loggers, set_primary_key
|
287
|
Fixed |
Patch for Single Table inheritance failure if the designated sti_key field value is blank
|
286
|
WontFix |
active_model plugin should implement persisted? instead of new_record? and destroyed?
|
285
|
Fixed |
Make Sequel compatible with bundler by adding gemspec
|
284
|
WontFix |
Problem dropping foreign key column on SQL Server
|
283
|
Fixed |
dump_schema_migration options
|
282
|
Invalid |
feature request: datetime column dynamic default
|
281
|
Fixed |
Sequel-3.7.0 fails using a Model.create call and mssql jdbc driver
|
280
|
Fixed |
Oracle seq key bug after insert
|
279
|
WontFix |
Use of a '0000-00-00 00:00:00' DateTime
|
278
|
Fixed |
ADO schema_parse_table missing table alias
|
277
|
Fixed |
Sequel::Model::ClassMethods#inherited ignores parent's #inherited method
|
276
|
WontFix |
Annoying result using "<<"
|
275
|
WontFix |
Missing foreign keys using extension Sequel::Database#dump_schema_migration
|
274
|
Fixed |
Assocations dont't searches constants in same scope they are defined
|
273
|
Fixed |
sqlite and mysql wants to set default value to NULL on rename a column without a default value
|
272
|
Fixed |
Bad loading of database from yaml
|
271
|
Fixed |
Graphing on "from_self" sends ruby objects into sql
|
270
|
Fixed |
Reciprocal associations sometimes associated to wrong model
|
269
|
Invalid |
Weird stuff happening with migrations
|
268
|
Invalid |
Migrations dont have a zero version - cant roll all the way back
|
267
|
Fixed |
Error in migration.rb code
|
266
|
WontFix |
MySQL DECIMAL(x,0) is treated as BigDecimal ( a float ) - but its actually a Bignum
Type-Enhancement
|
265
|
WontFix |
"DEFAULT VALUES" is not supported in earlier SQLite
|
264
|
Fixed |
Cache problems when using Model.plugin(:hook_class_methods)
|
263
|
Fixed |
Column aliasing does nothing with JDBC and MySQL
|
262
|
WontFix |
String type generates fixed size of 255
|
261
|
Fixed |
OCI8-based Oracle connector does not include the column_schema information in Model#db_schema
|
260
|
WontFix |
save doesn't work from after_create hook
|
259
|
Fixed |
make sequel -w safe/clean
|
257
|
Fixed |
Table doesn't existis but Client.table_exists? returns true
|
256
|
Fixed |
:default => BigDecimal.new ('NaN') for :decimal raises an exception
|
255
|
Fixed |
table_exists? returns true for non-existent table after defining model
|
254
|
Fixed |
count on dataset union doesn't work
|
253
|
Fixed |
union, intersect and except clause after clauses such as limit, order by and so on
|
252
|
Fixed |
JDBC Stored Procedure/Callable Statement Support
|
251
|
Fixed |
Progress 9.1e ODBC Support
|
250
|
Invalid |
Sequel always use 3306 port for MySQL
|
249
|
Fixed |
Sequel::Error::AdapterNotFound: Could not load odbc_mssql adapter
|
248
|
Fixed |
postgres: rename_table failed
|
247
|
Fixed |
postgres driver: WARNING: nonstandard use of \\ in a string literal
|
246
|
Fixed |
oracle driver: schema - symbol syntax not properly formated in where clauses
|
245
|
Fixed |
Dataset#filter([:a,:b]=>[...]) generates wrong SQL
Type-Defect
Priority-Medium
|
244
|
Fixed |
Sequel::SQL::ComplexExpression objects with identical attributes do not .eql? each other
Type-Defect
Priority-Medium
|
243
|
Fixed |
#table_exists? does not take schema visibility into account in Postgres
Type-Defect
Priority-Medium
|
242
|
Fixed |
oracle method error when using Oracle JDBC URL
Type-Defect
Priority-Medium
|
241
|
Fixed |
#group_and_count( :foo___foo ) errors
Type-Defect
Priority-Medium
|
240
|
Fixed |
Documentation typo in cheat_sheet.rdoc
Type-Defect
Priority-Medium
|
239
|
WontFix |
Composite PKs not working with associations
Type-Defect
Priority-Medium
|
238
|
Fixed |
Date Time SQL literal conversion crash in MySQL
Type-Defect
Priority-Medium
|
237
|
WontFix |
Cannot open Sqlite3 DBs with underscore in name by URI
Type-Defect
Priority-Medium
|
236
|
Invalid |
sequel model attribute accessors throw method undefined error
Type-Defect
Priority-Medium
|
235
|
Fixed |
port value missing from connection string in oracle.rb
Type-Defect
Priority-Medium
|
234
|
WontFix |
#unfiltered doesn't affect updating
Type-Defect
Priority-Medium
|