forked from sqlanywhere/activerecord-sqlanywhere-adapter
-
Notifications
You must be signed in to change notification settings - Fork 8
/
CHANGELOG
33 lines (27 loc) · 1.39 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=CHANGE LOG
=====0.2.0 -- 2010/12/02
- Added support for Rails 3.0.3
- Added support for Arel 2
- Removed test instructions for ActiveRecord 2.2.2
- Updated license to 2010
=====0.1.3 -- 2010/02/01
- Added :encoding option to connection string
- Fixed bug associated with dangling connections in development mode (http://groups.google.com/group/sql-anywhere-web-development/browse_thread/thread/79fa81bdfcf84c13/e29074e5b8b7ad6a?lnk=gst&q=activerecord#e29074e5b8b7ad6a)
=====0.1.2 -- 2008/12/30
- Fixed bug in ActiveRecord::ConnectionAdapters::SQLAnywhereAdapter#table_structure SQL (Paul Smith)
- Added options for :commlinks and :connection_name to database.yml configuration (Paul Smith)
- Fixed ActiveRecord::ConnectionAdapters::SQLAnywhereColumn.string_to_binary and binary_to_string (Paul Smith)
- Added :time as a native datatype (Paul Smith)
- Override SQLAnywhereAdapter#active? to prevent stale connections (Paul Smith)
- 'Fixed' coding style to match Rails standards (Paul Smith)
- Added temporary option for timestamp_format
- Fixed bug to let migrations drop columns with indexes
- Formatted code
- Fixed bug to raise proper exceptions when a query with a bad column in executed
=====0.1.1 -- 2008/11/06
- Changed file permissions on archives
- Changed archives to be specific to platform (.zip on windows, .tar.gz
otherwise)
- Removed the default rake task
=====0.1.0 -- 2008/10/15
- Initial Release