Alexander

Results 2 issues of Alexander

Actual behavior: It's sufficiently handling requests with `sql` string longer than 65536 characters Expected behavior: BadRequestException, 400 status code, message "Number of characters in SQLStatement is longer than 65536"

enhancement

Rails - 4.1 Squeel - master branch Example models: ``` ruby class EmployeeSchedule < ActiveRecord::Base belongs_to :availability_type, class_name: EmployeeAvailabilityType end class EmployeeAvailabilityType < ActiveRecord::Base; end ``` Simple `includes` with `references`...

In Viewing