Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
pkgsrc changes:
- Remove '*.orig' relics remaining from patch
Upstream changes:
0.05002 2010-02-15 10:17:47
- support for SQLAnywhere via DBD::SQLAnywhere and ODBC
- fix picking up quoted tables for SQLite (RT#54538) patch from schwern
- validate class/component loader_options to make sure classes
are available before generating the schema, patch from bphillips
0.05001 2010-02-05 14:29:27
- correct default_value for all backends with common tests
- fix bug with quoted Pg tables from $dbh->tables (RT#54338)
- add inflate_datetime => 0 to 'timestamp' types for Sybase
|
|
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.08119 2010-02-15 09:36:00 (UTC)
- Add $rs->is_ordered to test for existing order_by on a resultset
- Add as_subselect_rs to DBIC::ResultSet from
DBIC::Helper::ResultSet::VirtualView::as_virtual_view
- Refactor dbicadmin adding DDL manipulation capabilities
- New optional dependency manager to aid extension writers
- Depend on newest bugfixed Moose
- Make resultset chaining consistent wrt selection specification
- Storage::DBI::Replicated cleanup
- Fix autoinc PKs without an autoinc flag on Sybase ASA
0.08118 2010-02-08 11:53:00 (UTC)
- Fix a bug causing UTF8 columns not to be decoded (RT#54395)
- Fix bug in One->Many->One prefetch-collapse handling (RT#54039)
- Cleanup handling of relationship accessor types
0.08117 2010-02-05 17:10:00 (UTC)
- Perl 5.8.1 is now the minimum supported version
- Massive optimization of the join resolution code - now joins
will be removed from the resulting SQL if DBIC can prove they
are not referenced by anything
- Subqueries no longer marked experimental
- Support for Informix RDBMS (limit/offset and auto-inc columns)
- Support for Sybase SQLAnywhere, both native and via ODBC
- might_have/has_one now warn if applied calling class's column
has is_nullable set to true.
- Fixed regression in deploy() with a {sources} table limit applied
(RT#52812)
- Views without a view_definition will throw an exception when
parsed by SQL::Translator::Parser::DBIx::Class
- Stop the SQLT parser from auto-adding indexes identical to the
Primary Key
- InflateColumn::DateTime refactoring to allow fine grained method
overloads
- Fix ResultSetColumn improperly selecting more than the requested
column when +columns/+select is present
- Fix failure when update/delete of resultsets with complex WHERE
SQLA structures
- Fix regression in context sensitiveness of deployment_statements
- Fix regression resulting in overcomplicated query on
search_related from prefetching resultsets
- Fix regression on all-null returning searches (properly switch
LEFT JOIN to JOIN in order to distinguish between both cases)
- Fix regression in groupedresultset count() used on strict-mode
MySQL connections
- Better isolation of RNO-limited queries from the rest of a
prefetching resultset
- New MSSQL specific resultset attribute to allow hacky ordered
subquery support
- Fix nasty schema/dbhandle leak due to SQL::Translator
- Initial implementation of a mechanism for Schema::Version to
apply multiple step upgrades
- Fix regression on externally supplied $dbh with AutoCommit=0
- FAQ "Custom methods in Result classes"
- Cookbook POD fix for add_drop_table instead of add_drop_tables
- Schema POD improvement for dclone
|
|
Upstream changes:
revision 1.61 2010-02-05 16:28 (UTC)
----------------------------
- Allow INSERT to take additional attributes
- Support for INSERT ... RETURNING
- Another iteration of SQL::Abstract::Test fixes and improvements
|
|
It changes some Ruby gem dependency only.
Introduce DIST_SUBDIR and update dependency of this package.
Should be fix PR pkg/42819 by Robert Elz.
|
|
|
|
and updated by mwdavies and myself. sketch will make proper
mysql51-packages when he finds some round tuits.
MySQL is a SQL (Structured Query Language) database server. SQL is the
most popular database language in the world. MySQL is a client-server
implementation that consists of a server daemon `mysqld' and many
different client programs/libraries.
The main goals of MySQL are speed and robustness.
The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years. While
MySQL is still in development it already offers a rich and highly useful
function set.
The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL).
This package contains the MySQL embedded server programs.
|
|
= CHANGES
== 1.2.1: 2009-12-15
* Supported ActiveRecord 2.3.5 and Rails 2.3.5.
* Supported GetText 2.1.0 and Locale 2.0.5.
* belongs_to(:many) support DN attribute.
* [#31] ActiveLdap::Base#attributes returns data that reflects
schema definition. [Alexey.Chebotar]
* blocks DN attribute change by mass assignment with :id => ....
* [#35] fix has_many association is broken. [culturespy]
* Supported nested attribute options. [Hideyuki Yasuda]
== 1.2.0: 2009-09-22
* Supported ActiveRecord 2.3.4 and Rails 2.3.4.
* [IMCOMPATIBLE]
[#23932] Inconsistant DN handling in object attributes [Marc Dequenes]
(ActiveLdap::Base#dn and ActiveLdap::Base#base return
ActiveLdap::DN not String)
* [#26824] support operational attributes detection [Marc Dequenes]
(added ActiveLdap::Schema::Attribute#directory_operation?)
* [#27] Error saving an ActiveLDAP user [brad@lucky-dip.net]
* [#29] Raised on modify_rdn_entry when rdn already exists [Alexey.Chebotar]
* Added ActiveLdap::DN.parent.
* Supported renaming an entry. Renaming other DTI is only supported by
JNDI backend.
== 1.1.0: 2009-07-18
* Improved tutorial. [Kazuaki Takase]
* Improvements:
* API:
* [#26] Supported to_xml for associations. [achemze]
* ActiveLdap::Base.delete_all(filter=nil, options={}) ->
ActiveLdap::Base.delete_all(filter_or_options={}).
Sure, old method signature is also still supported.
* belongs_to(:many) with :foreign_key is deprecated.
Use :primary_key instead of :foreign_key. [Kazuaki Takase]
* Means of has_many's :primary_key and :foreign_key are inverted.
[Kazuaki Takase]
* [experimental] Added ldap_field ActionView helper to
generate form fileds for a LDAP entry.
* Suppressed needless attributes updating.
* Dependencies:
* Re-supported GetText.
* ActiveRecord 2.3.2 is only supported.
== 1.0.9
* Added documents in Japanese. [Kazuaki Takase]
* Supported Ruby 1.9.1.
* [#20] [Ruby 1.9 Support] :: Running Tests [Alexey.Chebotar]
* Supported Rails 2.3.2.
* [#18] [Rails 2.3 Support] :: Running WEBrick Hangs [Alexey.Chebotar]
* Bug fixes:
* Fixed blank values detection. [David Morton]
* [#22] Ruby 1.8.6 p287 :: Undefined methods [Alexey.Chebotar]
* Fixed gem loading. [Tiago Fernandes]
* Fixed DN change via #base=. [David Morton]
* Fixed infinite retry on timeout.
* Fixed needless reconnection.
* API improvements:
* Removed needless instance methods: #prefix=,
#dn_attribute=, #sort_by=, #order=, #required_classes=,
#recommended_classes= and #excluded_classes. [David Morton]
* Removed obsolete scafoold_al generator.
* Reduced default :retry_limit.
* Supported association as parameter. [Joe Francis]
* Normalized schema attribute name. [Tim Hermans]
* Suppressed AuthenticationError -> ConnectionError
conversion on reconnection. [Kazuaki Takase]
* Added ActiveLdap::Schema#dump.
* ActiveLdap::Base.establish_connection ->
ActiveLdap::Base.setup_connection.
* Supported ActiveLdap::Base.find(:last).
* Added convenient methods:
* ActiveLdap::Base.first
* ActiveLdap::Base.last
* ActiveLdap::Base.all
== 1.0.2
* Removed Base64 module use.
* Improved LDIF parser.
* Improved scheme parser.
* Supported Base64 in XML serialization.
* Supported TLS options.
* Supported ActiveRecord 2.2.2.
* Supported Ruby on Rails 2.2.2.
* Used rails/init.rb and rails_generators/ directory structure convention
for Rails and gem. rails/ directory will be removed after 1.0.2 is released.
* AL-Admin migrated to Ruby on Rails 2.2.2 form 2.0.2.
* Improved ActiveDirectory integration.
* Accepted :class_name for belong_to and has_many option.
* Improved default port guess.
* Bug fixes:
* [#4] ModifyRecord#load doesn't operate atomic. [gwarf12]
* [#5] to_xml supports :except option. [baptiste.grenier]
* [#6] to_xml uses ActiveResource format. [baptiste.grenier]
* Out of ranged GeneralizedTime uses Time.at(0) as fallback value.
[Richard Nicholas]
* ActiveLdap::Base#to_s uses #to_ldif. [Kazuhiro NISHIYAMA]
* Fixed excess prefix extraction. [Grzegorz Marszaek]
* Skiped read only attribute validation. [Shimasawara-san]
* Treated "" as empty value. [Ted Lepich]
* [#9][#16] Reduced raising when DN value is invalid.
[danger1986][Alexey.Chebotar]
* [#10][#12] Fixed needless ',' is appeared. [michael.j.konopka]
* [#11] Required missing 'active_ldap/user_password'. [michael.j.konopka]
* [#13] Returned entries if has_many :wrap has nonexistent entry.
[ingersoll]
* [#15] Fixed type error on computing DN. [ery.lee]
* ">=" filter operator doesn't work. [id:dicdak]
* [#17] ActiveLdap::Base.create doesn't raise exception. [Alexey.Chebotar]
|
|
Fri Jan 15 2010 version 0.9998 released
* documentation update
* reorganized directory layout for making a gem
|
|
|
|
indirect dependency of scheduled update for editors/p5-Padre-Plugin-Catalyst.
This DBIx::Class component can be used to automatically encode a column's
contents whenever the value of that column is set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shared-mime-info 0.71 (2010-02-01)
* Mime-type Changes:
- Add magic for FLAC files
- Add ICC profiles
- Remove duplicate XUL definition
- Add IT8.7/2 profiles
- Add Apple's HTTP Live Streaming playlists
- Add application/pkix-crl
- Match *xsl and *xslt to application/xslt+xml
- Add *.eml glob for message/rfc822 messages
- Add application/vnd.openxmlformats-officedocument.presentationml.slideshow
- Update MathML definition
- Add application/x-java-keystore and application/x-java-jce-keystore
- Add OpenDocument test cases, flat XML file definitions
- Make D sources a sub-class of C sources
* Specification:
- Update version to 0.19
* Other:
- Move to git for VCS
- Use transifex for translations
|
|
Since changes are too huge to show here, please refer:
http://pear.php.net/package/DB/download/All
One note from 1.7.8's changes:
This release of DB fixes numerous bugs compared to 1.7.7. Users of previous
versions are encouraged to upgrade in due course.
Users of the pgsql driver should note that this release fixes a security issue
reported by Yasuo Ohgaki; the security issue is described in more detail by
CVE-2006-2313 and CVE-2006-2314. PostgreSQL users should upgrade to both DB
1.7.8 AND at least PostgreSQL 7.3.15, 7.4.13, 8.0.8, 8.1.4 or 8.2.0 as soon as
possible if they are using SJIS, BIG5, GBK, GB18030 or UHC as a client
encoding.
longlong
|
|
|
|
support.
|
|
0.5.6
- translation fixes
- fixed gcrd export format (\r\n line endings according to RFC, Marc Tardif)
- fix localized keybindings with --disable-nls
|
|
pkgsrc changes:
- Adding license definition
- Adjusting dependencies
Upstream changes:
0.05 06 Jan 2010
* use sigtrap so that clean up happens if script dies or ^C
* register defaults so that RDBO::Loader->make_classes works.
|
|
pkgsrc changes:
- Adjusting dependencies (primary reordering to match order in META.yml)
- Adding license definition
Upstream changes:
0.16 23 Jan 2009
* fix maxlength logic for text fields.
* minor pod fixes.
* add Enum column support (maps to Menu Field)
|
|
pkgsrc changes:
- Adjusting dependencies
- Removing x-flags from modules & doc
Upstream changes:
0.786 (01.23.2010) - John Siracusa <siracusa@gmail.com>
* Improved support for serial columns in Oracle.
* Renamed CHECK labels to avoid clashes with the reserved block name.
* Added force_lowercase attribute to the Loader and Convention Manager
as a means of getting "normal" behavior out of Oracle schemas.
* Fixed a bug that caused money columns in PostgreSQL to have
column lengths that were too short.
* Fixed a POD typo (RT 53272)
0.785 (12.31.2009) - John Siracusa <siracusa@gmail.com>
* Fixed Rose::DB::Object::Cached to correctly honor alternate column
accessor/mutator method names. (Reported by Kevin McGrath)
* Stopped the default auto-init handler from asking the convention
manager to name foreign keys that have only partially populated
column lists, causing it to burn through the "good" foreign key
names. (Patch by Douglas Wilson)
* Corrected some typos in the ManyToMany documentation and the tutorial.
(Thanks to Bart Dopheide)
0.784 (10.16.2009) - John Siracusa <siracusa@gmail.com>
* Fixed a bug introduced by the multi-many Manager bug fix in the
0.783 release. (Reported by Mark Frost)
* Added missing exception error explanations to relationship methods.
* Updated eval blocks to avoid stomping on $@ from an outer scope.
|
|
pkgsrc changes:
- Ensure installed perl modules and documentation has no execute bit
Upstream changes:
0.758 (01.26.2010) - John Siracusa <siracusa@gmail.com>
* Added workaround for DateTime::Duration bug (RT 53985)
0.757 (01.23.2010) - John Siracusa <siracusa@gmail.com>
* Support for Rose::DB::Object 0.786.
0.756 (12.31.2009) - John Siracusa <siracusa@gmail.com>
* Support for Rose::DB::Object 0.785.
* Made fork- and thread-safe (though some databases, notably Oracle,
don't support passing a database connection across a fork at all).
* Updated mysql_enable_utf8() to run "SET NAMES utf8" id a database
handle already exists.
* Updated the various validate_*_keywords() methods to no longer accept
anything that "looks like a function call." This was done to avoid
possible SQL injection attacks, and because the now-pervasive support
for scalar-reference literals in Rose::DB::Object obviates the need
for such permissive SQL inlining. To restore the old behavior, use
the default_keyword_function_calls() class method or the
keyword_function_calls() object method.
0.755 (10.16.2009) - John Siracusa <siracusa@gmail.com>
* Fixed a bug in Rose::DB::Oracle that caused the port to be omitted
from the DSN. (Reported by llama)
* Updated eval blocks to avoid stomping on $@ from an outer scope.
|
|
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
1.06 Sat 9 Jan 2010
- Cloned in a copy of Padre::Perl as ORLite::Migrate::Perl
- Switch to using cperl
|
|
pkgsrc changes:
- Adjust dependenies
Upstream changes:
1.40 Mon 1 Fed 2010
- Fixed backwards test skipping logic
1.39 Fri 29 Jan 2010
- Typo in the tests, they now run >= instead of > 1.05
1.38 Thu 28 Jan 2010
- When using array => 1 on classes that we can create, add a ->set
method for setting parameters in the object safely.
1.37 Thu 28 Jan 2010
- Adding experimental support for the array => 1 option.
1.36 Wed 27 Jan 2010
- Rolled back the Template::Tiny conversion as it ended up slowing
down the code generation too much. I shall struggle on under the
old method.
1.35 Wed 27 Jan 2010
- Adding experimental support for accelerated XS accessors
using Class::XSAccessor. ORLite itself will not introduce a
dependency on this module, consumers of this feature will need
to do it themselves.
1.34 Tue 26 Jan 2010
- Major Change: Moved code generation from raw string appending to
using Template::Tiny instead. This will enable some new and more
complex improvements to the generated code.
- Added tests for the cleanup code.
1.33 Sun 24 Jan 2010
- When in the Perl debugger and on Perl 5.8.9 or newer,
use the $^P | 0800 in preference to dval (and always
use it even when $DEBUG is off).
1.32 Fri 15 Jan 2010
- Each generated class now cleans up its own persistant
connection, rather than allowing it to fall through to the
deeper DBI cleanup.
- To allow for persistant connections to readonly database,
we now always built transaction support for all databases.
However, for readonly databases we do not build the commit
method and you may only use the rollback method to end them.
- Significantly expanded the Pod documentation to provide
documentation on all of the import options.
- Add support for a cleanup option to import, which is single
explicit statement to be called on the database when the
process is shutting down. This should typically be used
ensure that a SQLite database is VACUUM'ed regularly (and at
a time when it hopefully won't impact the user much).
|
|
pkgsrc changes:
- Correcting license definition
Upstream changes:
2.16.1 Released January 20, 2010
- Output error messages in UTF-8 as needed. Reported by
Michael Hofmann. [GSM] (CPAN bug #53854)
|
|
Pkgsrc changes:
- Fix dependencies type
- Adjust dependencies
Upstream changes:
1.0015 Jan 25 22:05:00 2010 PST
- (This version is compatible with 1.0014)
- Fix deep recursion errors (RT#53575)
- Avoid leaving temp files lying around (RT#32462)
- (RT #48031) Fixed bug with localized $, (Thanks, SPROUT!)
- (RT #40782) Fixed bug when handling a key of '0' (Thanks Sterling!)
|
|
pkgsrc changes:
- Adjust license
- Add options for additional features
- Adjust dependencies
Upstream changes:
0.05000 2010-02-01 09:24:24
- better data_type, default_value and size for Sybase
- added 'generate_pod' option, defaults to on
- added 'pod_comment_mode' and 'pod_comment_spillover_length' to
control table comment generation (waawaamilk)
0.04999_14 2010-01-14 06:47:07
- use_namespaces now default, with upgrade/downgrade support
- filter out un-selectable tables/views
- fix NUMERIC/DECIMAL size column_info for postgres
- now mentions skip_load_external feature in comments (jhannah)
- moniker_map POD correction (jhannah)
0.04999_13 2010-01-03 12:32:25
- exclude 'size' column_info for postgres when unnecessary, and
use the correct precision for varying types (except NUMERIC)
- 'naming' attribute and backward compatibility with 0.04006
- added relationship_attrs option for setting attributes in
generated relationships
- added overwrite_modifications option that ignores md5sums on
generated code
- added skip_load_external (jhannah)
- remove Class::Data::Accessor and Class::Accessor::Fast and switch
everything to Class::Accessor::Grouped (jhannah)
- better handling of db_schema for Oracle, based on (RT#35732)
0.04999_12 2009-11-30 23:36:14
- fix MySQL rel introspection with on_connect_call =>
'set_strict_mode' (RT#52087)
- now using base 'DBIx::Class::Core' for Results (RT#52141)
0.04999_11 2009-11-29 18:08:46
- added patch to generate POD from postgres by Andrey Kostenko (GUGU)
- added test for norewrite feature
- fix default_value for MSSQL
0.04999_10 2009-10-31 12:28:53
- patch from Robert Bohne to make _table_uniq_info more correct for
Oracle
- fix data_type for identity columns with MSSQL
0.04999_09 2009-10-08
- Only redump the files when something has actually changed
- Place a warning at the top of the files saying 'do not modify' to
match the one at the bottom of the auto-gen'd section
0.04999_08 2009-08-28
- Replace UNIVERSAL::require with Class::C3::Componentised
- Add Sybase/MSSQL support through DBD::Sybase
- use $dbh->get_info(29/41) for qote_car/name_sep if available (semifor)
- add MSSQL support through DBD::ODBC
- support MSSQL table names with a '.' in the name
- support MySQL CURRENT_TIMESTAMP()
0.04999_07 2009-04-18
- Add result_base_class and schema_base_class options (RT #43977)
- Ignore duplicate uniq indices (including duplicates of the PK).
- Fix for DBD::SQLite 1.20
- Fix for DBIx::Class 0.08100
0.04999_06 Tue Nov 11, 2008
- Singularise table monikers by default
- Strip trailing _id from single-column belongs_to relationships
- Add "dbicdump" script for easy commandline dumping
- Throw out the in-memory class generation, just dump to a temporary
directory if the user didn't specify one
- Fix Oracle constraint and auto-increment detection for non-owned schemas
(RT #35732)
- Handle ResultSetManager deprecation warning in common tests
0.04999_05 Mon Apr 14, 2008
- Fix limiting table list to the specified schema for DB2
- Default db_schema to the username for DB2
- Allow specifying a custom loader_class, overriding the
storage_type-based detection
- Cosmetic fixes to dumping of externally defined classes
- Make ResultSetManager notice externally defined :ResultSet methods
- Fix test failure for non-InnoDB MySQL due to wrong skip count
- Fix base class ordering in dumped classes
- Run the common tests against both dynamic and dumped versions of
the schema
0.04999_04 Wed Mar 12, 2008
- Add is_auto_increment detecton for DB2
0.04999_03 Wed Mar 12, 2008
- Fix DB2 support
0.04999_02 Tue Feb 12, 2008
- Add is_auto_increment detection for Oracle
- Unnhide the Oracle module now that the CPAN perms are sorted
out. Thanks to Tsunoda Kazuya for the quick response.
0.04999_01 Tue Feb 5, 2008
- Mark foreign key columns with is_foreign_key => 1
- Add support for vendor-specific extra column attributes.
- Add support for extra => { unsigned => 1 } for MySQL.
- Add support for enum value lists for MySQL
- Set join_type => 'LEFT OUTER' for nullable foreign keys
(patch from Bernhard Wei??huhn)
- Set is_auto_increment for auto-increment columns (RT #31473)
(Only SQLite, MySQL and PostgreSQL are currently supported)
- Generate one-to-one accessors for unique foreign keys (ilmari)
- Add support for load_namespaces-style class layout
- Fix test skip count for main skip_rels block
- Fix auto-inc column creation for the Oracle tests
- Fix column ordering in unique constraints for Oracle
- Fix Win32 test skip counts for good (RT #30568, Kenichi Ishigaki)
- Default Oracle db_schema to db username (patch
from Johannes Plunien)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pkgsrc changes:
- Adjusting dependencies
- Adding license definition
Upstream changes:
0.38 Thu Jan 14 15:26:13 PST 2010
- Bump version number for ->quoted_default availability & default
reverse-engineering changes
0.37 unreleased
- Patch from Slavin Rezic <srezic@cpan.org> to prevent quoting around
numeric defaults in Pg.
- Pg: use default_db_schema when adding SERIAL columns instead of
hardcoding "public".
- Pg: Initial support for handling changes to a column's type or size.
- Case sensitivity fix for Slavin's patch to prevent quoting around
numeric defaults in Pg.
- Column default values: refactor handling, improve Pg reverse
engineering and implement schema changes.
|
|
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
1.001009
- Force operations to work inside a transaction so with_deferred_fks actually works.
1.001008
- Man, I should test better.
1.001007
- Should use Schema->source(), not ->resultset().
1.001006
- Schema->resultset() throws an exception, not return undef, when it can't find
a moniker.
1.001005
- Fixed problem where rules containing an override of has_many weren't applied
correctly.
1.001004
- Fixed problem where descending a has_many to something with two belongs_to
relationships wouldn't get the second belongs_to.
|
|
Changes since version 2.11.9.6:
- [core] safer handling of temporary files with open_basedir
(thanks to Thijs Kinkhorst)
- [core] do not automatically set and create TempDir, it might lead to
security issue (thanks to Thijs Kinkhorst)
- [setup] avoid usage of (un)serialize, what might be unsafe in some cases
This fixes the security vulnerabilities reported in PMASA-2010-1,
PMASA-2010-2 and PMASA-2010-3.
|
|
pkgsrc changes:
- Adjusting dependencies according to META.yml
Upstream changes:
0.08115 2009-12-10 09:02:00 (CST)
- Real limit/offset support for MSSQL server (via Row_Number)
- Fix distinct => 1 with non-selecting order_by (the columns
in order_by also need to be aded to the resulting group_by)
- Do not attempt to deploy FK constraints pointing to a View
- Fix count/objects from search_related on limited resultset
- Stop propagating distinct => 1 over search_related chains
- Make sure populate() inherits the resultset conditions just
like create() does
- Make get_inflated_columns behave identically to get_columns
wrt +select/+as (RT#46953)
- Fix problems with scalarrefs under InflateColumn (RT#51559)
- Throw exception on delete/update of PK-less resultsets
- Refactored Sybase storage driver into a central ::DBI::Sybase
dispatcher, and a sybase-specific ::DBI::Sybase::ASE
- Fixed an atrocious DBD::ADO bind-value bug
- Cookbook/Intro POD improvements
|
|
* Replace Alt-F4 with Ctrl-Q and Ctrl-W.
* Prevent a crash if the edit grid is closed whilst it is loading data.
* Don't attempt to remove rows in the edit grid if the user presses the delete
key when the delete button is disabled.
* Only offer valid server encodings for new databases.
* Fix font dialogue on Snow Leopard.
* Fix an issue with the ordering of the mappings in a text search configuration.
* Fix a potential crash bug in the object browser.
* Reverse engineer empty (not NULL) ACLs correctly.
* Fix Greenplum support for column oriented partitions.
* Ensure function variables get reset if the function is modified.
* Fix cluster creation for Slony 2.0.
* Reverse engineer function defaults values correctly.
* Fix a potential crash in the edit grid.
* Fix domain creation/modification for domains in non-default schemas.
* Reverse engineer language privileges correctly.
* Get rid of "No SQL query was generated." message dialog when no tables are
selected in the GQB.
* Hints files should be encoded in UTF-8.
* Include comments on procedures in the reverse engineered SQL.
|
|
|
|
|
|
|