mikegolod
(Mikhail Golod)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Mikhail Golod
- Member Since
- Apr 30, 2009 (7 months)
Following 1 githubber and watching 4 repositories view all →
Public Repositories (1)
-
sequel
Sequel: The Database Toolkit for Ruby
Forked from jeremyevans/sequel Fri May 01 07:21:14 -0700 2009
Last updated Sun Nov 29 03:20:37 -0800 2009
Public Activity 
HEAD is 030f1cd3d0191ea82e525da58b3e348291049d18
x
-
jeremyevans
committed
883aebd0:
Fix deleting from joined datasets on MySQL
-
jeremyevans
committed
77c04837:
Switch release task to use gemcutter instead of rubyforge
-
jeremyevans
committed
571e8e81:
Improve spec for modifying joined datasets
-
jeremyevans
committed
a71d39d9:
Bring support for modifying joined datasets into Sequel proper, supported on MySQL and PostgreSQL
-
jeremyevans
committed
edbfbb78:
No longer use native autoreconnection in the mysql adapter
-
jeremyevans
committed
1670de32:
Add NULL, NOTNULL, TRUE, SQLTRUE, FALSE, and SQLFALSE constants
-
jeremyevans
committed
ee344529:
Add Dataset #select_map, #select_order_map, and #select_hash
-
jeremyevans
committed
917dc3cd:
Add spec coverage of SQL::Expression#sql_literal
-
jeremyevans
committed
f439fc1e:
Make Dataset#group_and_count handle arguments other than Symbols
-
jeremyevans
committed
a5236558:
Add :only_if_modified option to validates_unique method in validation_helpers plugin
-
jeremyevans
committed
ae8ed72e:
Allow specifying dataset alias via :alias option when using union/intersect/except
-
jeremyevans
committed
13d2a4a2:
In Model#save and destroy, don't rollback transactions you didn't initiate
-
jeremyevans
committed
f333791c:
Fix and add some RDoc for the Sequel::MySQL module
-
jeremyevans
committed
b6323102:
Some minor cleanup to previous commit
-
John Firebaugh
committed
c89a4e47:
Ensure transactions around save and destroy are rolled back when a before hook returns false
-
jeremyevans
committed
3d364a6b:
Remove use of spec.opts file, allowing Rake to run specs with rspec 1.2.9
-
jeremyevans
committed
f917300a:
On postgres, use bigserial type if :type=>Bignum is given as an option to primary_key
-
jeremyevans
committed
5643d01a:
Small updates to virtual row doc file, based on patch from mwlang
-
jeremyevans
committed
0a0567b8:
Update CHANGELOG
-
crohr
committed
065b4b4c:
fix for correctly reading options defined under the [client] tag in the mysql configuration file
And 1 more commits...
HEAD is 00ba672afce667256a49ddda03becbd35cfe5fd7
x
-
jeremyevans
committed
5f7b8072:
Add Model#modified! for explicitly marking an object as modified, so save_changes/update will run callbacks even if no columns have been modified
-
jeremyevans
committed
94348f56:
Add support for a :fields option in the nested attributes plugin, and only allow updating of the fields specified
-
jeremyevans
committed
025e60d1:
Don't allow modifying keys related to the association when updating existing associated objects in the nested_attributes plugin
-
jeremyevans
committed
64da28bd:
Add associated_object_keys method to AssociationReflection objects, specifying the key(s) in the associated model table related to the association
-
jeremyevans
committed
769faf8d:
Merge commit 'michaeldiamond/master'
-
jeremyevans
committed
0e20ae34:
Fix marshalling of model objects so that they load correctly, but you need to call marshallable! first
-
jeremyevans
committed
e0f8e947:
Remove misleading comment from Model#update
-
jeremyevans
committed
974f9d9c:
Minor caching spec fixes and update CHANGELOG
-
jeremyevans
committed
6026af77:
Merge commit 'eppo/master'
-
jeremyevans
committed
a186018b:
Add more documentation to hook_class_methods plugin
-
jeremyevans
committed
a61093a9:
Merge commit 'eydaimon/master'
-
jeremyevans
committed
4eed5d24:
Don't modify array with a string and placeholders passed to Dataset#filter or related methods
-
EppO
committed
666c20d6:
fixed spec for caching plugin (memcached support)
-
michael
committed
4dad8ecc:
add new dataset files to require
-
michael
committed
19b34e15:
moved dataset query manipulations into dataset/query.rb
-
michael
committed
2a2aa546:
moved dataset features into dataset/features.rb
-
michael
committed
ab3a3362:
moved dataset db actions into dataset/actions.rb
-
Florent
committed
b99a1fa2:
merged caching_memcached and caching plugins in one file according to Jeremy
-
Daniel Bretoi
committed
230b120f:
documentation update to hook_class_methods
-
EppO
committed
8b9131eb:
added a new caching plugin with memcached support
And 14 more commits...
HEAD is 129cfdcb00498e3e88803504380cf18f15316aa0
x
-
jeremyevans
committed
017a2a97:
Revert the MSSQL JOIN USING emulation, replace with standard support
-
jeremyevans
committed
1c8c98a7:
Add integration test for group_and_count with aliases
-
jeremyevans
committed
088e8b70:
Bring back support for using a block with Dataset#call
-
John Firebaugh
committed
69c0ab60:
Add test for disable_insert_output and simple_select_all?
-
mluu
committed
03f5c486:
make disable_insert_output play nicely with Dataset.simple_select_all?
-
mluu
committed
5b154616:
check transaction count before issuing rollback statement
-
mluu
committed
9dc6a8ab:
account for table aliases
-
mluu
committed
d82774cf:
add support for MSSQL clustered index creation
-
John Firebaugh
committed
3ab78cef:
Implement insert_select using output
-
John Firebaugh
committed
6938a7c9:
Fix typo in spec
-
John Firebaugh
committed
d7bb5668:
Don't try to rollback if we didn't even manage to begin a transaction
-
John Firebaugh
committed
e4c78338:
Correctly bind Time objects in prepared statements
-
John Firebaugh
committed
bacd30ed:
MSSQL: emulate the join USING clause with ON
-
John Firebaugh
committed
13e4a30d:
Support column aliases in Dataset#group_and_count
-
John Firebaugh
committed
b9da4105:
Support preparing insert(1,2,3) and insert(columns, values)
-
John Firebaugh
committed
03f87956:
Fix add_index for tables in non-default schema
-
jeremyevans
committed
6e5ac07e:
Minor fixes to previous documentation commit
-
Daniel Andersson
committed
00146dd2:
added documentation
-
jeremyevans
committed
17b03adb:
Fix literalization of named placeholder strings to work with bound variables/prepared statements for databases using ? placeholders
-
jeremyevans
committed
c4bbc383:
Fix support for named placeholders in some areas
And 29 more commits...
HEAD is 2caee243a49b349eb3b160c04adc4dd914cbd239
x
-
jeremyevans
committed
69831192:
Allow the user to specify the ADO connection string via the :conn_string option
-
jeremyevans
committed
49a8a635:
Update CHANGELOG and plugins page for timezone plugins
-
jeremyevans
committed
f899e55b:
Add thread_local_timezones extension, and refactor timezone support in modules
-
jeremyevans
committed
97c11f01:
Add named_timezones extension for using named timezones such as "America/Los_Angeles" using TZInfo
-
jeremyevans
committed
8d15e857:
Pass through unsigned/elements/size and other options when altering columns on MySQL
-
jeremyevans
committed
491ac5a0:
Add Proc#sql_expr to the sql_expr extension
-
jeremyevans
committed
f62c1e10:
Replace Dataset#virtual_row_block_call with Sequel.virtual_row
-
jeremyevans
committed
d0a98fa4:
Quote name of table in WITH clause
-
jeremyevans
committed
d2536e4e:
Allow Dataset #delete, #update, and #insert to respect existing WITH clauses on MSSQL
-
Michael Lang
committed
804d899b:
added additional join example
-
jeremyevans
committed
400a917c:
Add touch plugin, which adds Model#touch for updating an instance's timestamp, as well as touching associations when an instance is updated or destroyed
-
jeremyevans
committed
bc596021:
Add sql_expr extension, which adds the sql_expr to all objects, giving them easy access to Sequel's DSL
-
jeremyevans
committed
1d7580e5:
Be more explicit when checking types of ComplexExpression
-
jeremyevans
committed
2654ea30:
Add some additional exception specs
-
jeremyevans
committed
d180406b:
Add active_model plugin to plugins page
-
jeremyevans
committed
aa6d76c9:
Add active_model plugin, which gives Sequel::Model an ActiveModel compliant API, passes the ActiveModel::Lint tests
-
jeremyevans
committed
f15c1f9e:
Allow splitting of multiple result sets into separate arrays when using multiple statements in a single query in the native MySQL adapter
-
jeremyevans
committed
d04684c1:
Add cspecify usage in integration tests for Microsoft SQL Server
-
jeremyevans
committed
dac14b86:
Don't include primary key indexes when parsing MSSQL indexes on JDBC
-
jeremyevans
committed
c33499bf:
Make Dataset#insert_select return nil on PostgreSQL if disable_insert_returning is used
And 71 more commits...
