Rafael Kitover [Wed, 24 Mar 2010 19:44:15 +0000]
Pg version check for can_insert_returning
Peter Rabbitson [Wed, 24 Mar 2010 13:30:16 +0000]
Cosmetics + changes
Peter Rabbitson [Wed, 24 Mar 2010 13:10:33 +0000]
Really fix INSERT RETURNING - simply make it a flag on the storage and keep the machinery in core
Peter Rabbitson [Wed, 24 Mar 2010 11:43:01 +0000]
bump SQLA dep
Peter Rabbitson [Wed, 24 Mar 2010 11:11:12 +0000]
Straight_join support RT55579
Peter Rabbitson [Wed, 24 Mar 2010 10:44:50 +0000]
One missed step
Peter Rabbitson [Wed, 24 Mar 2010 10:33:03 +0000]
Clearer 'no such rel' errors, correct exception on pkless prefetch
Peter Rabbitson [Wed, 24 Mar 2010 10:27:36 +0000]
A better illustration how to add relationships at runtime
Rafael Kitover [Tue, 23 Mar 2010 05:56:12 +0000]
fix sort
Rafael Kitover [Mon, 22 Mar 2010 22:43:19 +0000]
update proxied methods for DBI::Replicated
Peter Rabbitson [Mon, 22 Mar 2010 17:03:12 +0000]
Even cleaner way of handling returning (no column interrogation in storage)
Rafael Kitover [Mon, 22 Mar 2010 15:45:55 +0000]
move INSERT ... RETURNING code into ::DBI::InsertReturning component for Pg and Firebird
Rafael Kitover [Mon, 22 Mar 2010 15:10:38 +0000]
redo Pg auto-columns using INSERT RETURNING
Peter Rabbitson [Sat, 20 Mar 2010 08:41:30 +0000]
MOAR bench
Peter Rabbitson [Sat, 20 Mar 2010 08:26:12 +0000]
Extend benchmark
Peter Rabbitson [Sat, 20 Mar 2010 08:00:00 +0000]
Something is wrong with HRI inflation - too slow
Peter Rabbitson [Fri, 19 Mar 2010 17:39:02 +0000]
Fix UTF8Column out of order loading warning
Rafael Kitover [Fri, 19 Mar 2010 15:03:41 +0000]
POD fixups
Arthur Axel "fREW" Schmidt [Thu, 18 Mar 2010 19:53:28 +0000]
Ch Ch Ch Ch Changes!
Arthur Axel "fREW" Schmidt [Thu, 18 Mar 2010 14:59:55 +0000]
use update instead of set_columns in update_all
Alexander Hartmaier [Wed, 17 Mar 2010 15:36:13 +0000]
fixed Alexander Hartmaier's mail address
Rafael Kitover [Wed, 17 Mar 2010 10:49:51 +0000]
add connect_call_use_foreign_keys for SQLite
Rafael Kitover [Tue, 16 Mar 2010 21:01:21 +0000]
_ping for MSSQL
Peter Rabbitson [Tue, 16 Mar 2010 15:49:45 +0000]
Regenerate test DDL
Peter Rabbitson [Tue, 16 Mar 2010 01:55:27 +0000]
Horrible horrible rewrite of the aliastype scanner, but folks are starting to complain that their unqualified columns are making joins go away (this was the initial idea). Hopefully this code will silently die some day. /me can haz shame
Nigel Metheringham [Mon, 15 Mar 2010 17:36:44 +0000]
Documentation on Unicode use with DBIC
Peter Rabbitson [Mon, 15 Mar 2010 13:55:14 +0000]
Proper fix for RETURNING with default insert
Nigel Metheringham [Sun, 14 Mar 2010 17:09:26 +0000]
Corrected a link to connect_info in Manual::Intro
Moritz Onken [Sat, 13 Mar 2010 12:37:40 +0000]
reverting 8995, was supposed to go to a branch
Moritz Onken [Sat, 13 Mar 2010 12:09:59 +0000]
call inflate_result on new_result, but not from the CDBI compat layer
Moritz Onken [Sat, 13 Mar 2010 09:03:24 +0000]
test the dynamic subclassing example
Rafael Kitover [Fri, 12 Mar 2010 23:47:40 +0000]
update Firebird docs
Peter Rabbitson [Thu, 11 Mar 2010 07:08:57 +0000]
Where is my spellchecker (not that it would catch this)
Peter Rabbitson [Wed, 10 Mar 2010 08:34:37 +0000]
docpatch close RT52681
Andrew Rodland [Tue, 9 Mar 2010 19:29:50 +0000]
Support add_columns('+colname'=>{...}) syntax to augment column definitions.
Dagfinn Ilmari Mannsåker [Tue, 9 Mar 2010 14:06:48 +0000]
Fix POD link
Rafael Kitover [Sun, 7 Mar 2010 11:08:00 +0000]
remove unnecessary transaction_depth check in DBI::insert_bulk
Rafael Kitover [Sun, 7 Mar 2010 10:55:06 +0000]
Merge 'storage-interbase' into 'trunk'
r23004@hlagh (orig r8530): moritz | 2010-02-04 07:41:29 -0500
create branch for Storage::DBI::InterBase
r23005@hlagh (orig r8531): moritz | 2010-02-04 07:44:02 -0500
primitive, non-working and very specific Storage::DBI::InterBase
r23006@hlagh (orig r8532): moritz | 2010-02-04 08:00:05 -0500
[Storage::DBI::InterBase] remove cruft copied from MSSQL
r23008@hlagh (orig r8534): moritz | 2010-02-04 08:34:22 -0500
[Storage::DBI::InterBase] remove more cruft
r23014@hlagh (orig r8540): caelum | 2010-02-04 10:08:27 -0500
test file for firebird, not passing yet
r23015@hlagh (orig r8541): caelum | 2010-02-04 11:24:51 -0500
Firebird: fix test cleanup, add ODBC wrapper
r23016@hlagh (orig r8542): caelum | 2010-02-04 13:18:48 -0500
limit and better autoinc for Firebird
r23018@hlagh (orig r8544): caelum | 2010-02-04 14:19:51 -0500
override quoting columns for RETURNING in Firebird ODBC (where it doesn't work) and generate a RETURNING clause only when necessary
r23022@hlagh (orig r8548): caelum | 2010-02-05 03:55:43 -0500
fix up my Row code for non-pk autoincs, add pretty crappy DT inflation for Firebird
r23023@hlagh (orig r8549): caelum | 2010-02-05 04:26:03 -0500
rename a couple of variables
r23024@hlagh (orig r8550): caelum | 2010-02-05 04:46:31 -0500
check for both NULL and null, rename _fb_auto_incs to _auto_incs
r23025@hlagh (orig r8551): caelum | 2010-02-05 05:07:14 -0500
support autoinc PKs without is_auto_increment set
r23047@hlagh (orig r8570): caelum | 2010-02-06 07:35:31 -0500
move Firebird ODBC override for RETURNING to a SQLAHacks class
r23048@hlagh (orig r8571): caelum | 2010-02-06 08:06:44 -0500
Firebird: add POD, fix BLOB tests
r23085@hlagh (orig r8588): caelum | 2010-02-08 08:26:41 -0500
better DT inflation for Firebird and _ping
r23087@hlagh (orig r8590): moritz | 2010-02-08 08:32:26 -0500
test ->update({...}) for firebird
r23088@hlagh (orig r8591): caelum | 2010-02-08 08:33:09 -0500
test update
r23089@hlagh (orig r8592): moritz | 2010-02-08 08:43:50 -0500
use quoting in firebird tests
r23115@hlagh (orig r8597): caelum | 2010-02-10 07:05:21 -0500
default to sql dialect 3 unless overridden
r23116@hlagh (orig r8598): caelum | 2010-02-10 07:42:17 -0500
turn on ib_softcommit, savepoint tests now pass for DBD::InterBase
r23123@hlagh (orig r8605): caelum | 2010-02-10 17:38:24 -0500
fix savepoints for Firebird ODBC
r23170@hlagh (orig r8652): caelum | 2010-02-11 07:27:19 -0500
support the DATE data type for Firebird
r23186@hlagh (orig r8668): caelum | 2010-02-12 14:43:20 -0500
special bind_param_array move to make DBD::InterBase happy (RT#54561)
r23213@hlagh (orig r8695): caelum | 2010-02-13 15:15:46 -0500
fix fail in t/72pg.t related to new autoinc retrieval code in ::Row
r23214@hlagh (orig r8696): caelum | 2010-02-13 15:18:27 -0500
fix multiple cursor test
r23246@hlagh (orig r8728): caelum | 2010-02-16 09:47:43 -0500
POD fix
r23358@hlagh (orig r8758): caelum | 2010-02-19 06:25:27 -0500
s/primary_columns/_pri_cols/ for Firebird
r23420@hlagh (orig r8800): rkitover | 2010-02-22 19:33:13 -0500
don't use ib_softcommit by default
r23496@hlagh (orig r8841): rkitover | 2010-03-01 04:22:19 -0500
update POD
r23545@hlagh (orig r8855): rkitover | 2010-03-03 12:59:41 -0500
destroy cached statements in $storage->disconnect too
r23582@hlagh (orig r8892): rkitover | 2010-03-05 18:06:33 -0500
auto_nextval support for Firebird
r23598@hlagh (orig r8908): rkitover | 2010-03-06 11:48:41 -0500
remove that code for non-pk autoincs from Row, move to ::DBI::InterBase
r23599@hlagh (orig r8909): rkitover | 2010-03-06 12:00:15 -0500
remove BindType2 test class
r23601@hlagh (orig r8911): rkitover | 2010-03-06 12:12:55 -0500
cache autoinc sequence in column_info
r23609@hlagh (orig r8919): rkitover | 2010-03-06 18:05:24 -0500
remove connect_info from maint/gen-schema.pl
r23610@hlagh (orig r8920): rkitover | 2010-03-06 18:15:13 -0500
don't die on insert in firebird with no pk
r23612@hlagh (orig r8922): ribasushi | 2010-03-06 19:18:46 -0500
What I really meant
r23619@hlagh (orig r8929): rkitover | 2010-03-07 05:46:04 -0500
fix RETURNING for empty INSERT
Rafael Kitover [Sun, 7 Mar 2010 10:46:02 +0000]
fix RETURNING for empty INSERT
Peter Rabbitson [Sun, 7 Mar 2010 10:38:32 +0000]
Fix MC bug reported by felix
Rafael Kitover [Sun, 7 Mar 2010 10:14:08 +0000]
Merge 'trunk' into 'storage-interbase'
r23611@hlagh (orig r8921): ribasushi | 2010-03-06 18:52:50 -0500
Cascading delete needs a guard to remain atomic
r23613@hlagh (orig r8923): ribasushi | 2010-03-06 20:35:49 -0500
Fix the docs for select/as
r23614@hlagh (orig r8924): ribasushi | 2010-03-06 20:58:09 -0500
Unmark Opt::Deps experimental and add extra method as per RT55211
r23615@hlagh (orig r8925): ribasushi | 2010-03-06 21:22:07 -0500
Switch NoTab/EOL checks to Opt::Deps
Enable NoTab checks
Disable EOL checks
r23616@hlagh (orig r8926): ribasushi | 2010-03-07 04:23:23 -0500
Cleanup a bit
Peter Rabbitson [Sun, 7 Mar 2010 09:23:23 +0000]
Cleanup a bit
Peter Rabbitson [Sun, 7 Mar 2010 02:22:07 +0000]
Switch NoTab/EOL checks to Opt::Deps
Enable NoTab checks
Disable EOL checks
Peter Rabbitson [Sun, 7 Mar 2010 01:58:09 +0000]
Unmark Opt::Deps experimental and add extra method as per RT55211
Peter Rabbitson [Sun, 7 Mar 2010 01:35:49 +0000]
Fix the docs for select/as
Peter Rabbitson [Sun, 7 Mar 2010 00:18:46 +0000]
What I really meant
Peter Rabbitson [Sat, 6 Mar 2010 23:52:50 +0000]
Cascading delete needs a guard to remain atomic
Rafael Kitover [Sat, 6 Mar 2010 23:15:13 +0000]
don't die on insert in firebird with no pk
Rafael Kitover [Sat, 6 Mar 2010 23:05:25 +0000]
remove connect_info from maint/gen-schema.pl
Wallace Reis [Sat, 6 Mar 2010 18:51:59 +0000]
Merge 'trunk' into 'storage-interbase'
r23602@hlagh (orig r8912): wreis | 2010-03-06 12:51:59 -0500
improvements for HasOne relationship validationn
Wallace Reis [Sat, 6 Mar 2010 17:51:59 +0000]
improvements for HasOne relationship validationn
Rafael Kitover [Sat, 6 Mar 2010 17:12:55 +0000]
cache autoinc sequence in column_info
Rafael Kitover [Sat, 6 Mar 2010 17:07:56 +0000]
Merge 'trunk' into 'storage-interbase'
r23590@hlagh (orig r8900): ribasushi | 2010-03-06 06:26:10 -0500
More checks for weird usage of _determine_driver (maint/gen-schema)
r23593@hlagh (orig r8903): ribasushi | 2010-03-06 06:30:55 -0500
r8422@Thesaurus (orig r8409): ribasushi | 2010-01-22 11:14:57 +0100
Branches for some stuff
r8477@Thesaurus (orig r8464): ribasushi | 2010-01-28 12:26:40 +0100
RT#52681
r8478@Thesaurus (orig r8465): ribasushi | 2010-01-28 12:41:25 +0100
Deprecate IC::File
r8479@Thesaurus (orig r8466): ribasushi | 2010-01-28 12:41:56 +0100
Deprecate IC::File(2)
r8487@Thesaurus (orig r8474): ribasushi | 2010-01-30 13:11:18 +0100
Draft PK explanation
r8488@Thesaurus (orig r8475): frew | 2010-01-30 21:19:30 +0100
clarify PK stuff in intro just a bit
r8489@Thesaurus (orig r8476): frew | 2010-01-30 21:24:21 +0100
no first in POD
r8910@Thesaurus (orig r8897): rabbit | 2010-03-06 11:37:12 +0100
Improve POD about PKs and why they matter
r8912@Thesaurus (orig r8899): rabbit | 2010-03-06 11:42:41 +0100
One more PODlink
r8915@Thesaurus (orig r8902): rabbit | 2010-03-06 12:27:29 +0100
Fully deprecate IC::File
r23596@hlagh (orig r8906): ribasushi | 2010-03-06 06:44:58 -0500
Fix RT54063
r23597@hlagh (orig r8907): ribasushi | 2010-03-06 07:18:01 -0500
me-- not thinking
Rafael Kitover [Sat, 6 Mar 2010 17:00:14 +0000]
remove BindType2 test class
Rafael Kitover [Sat, 6 Mar 2010 16:48:18 +0000]
remove that code for non-pk autoincs from Row, move to ::DBI::InterBase
Peter Rabbitson [Sat, 6 Mar 2010 12:18:01 +0000]
me-- not thinking
Peter Rabbitson [Sat, 6 Mar 2010 11:44:58 +0000]
Fix RT54063
Peter Rabbitson [Sat, 6 Mar 2010 11:30:55 +0000]
Merge 'pod_fixes' into 'trunk'
r8422@Thesaurus (orig r8409): ribasushi | 2010-01-22 11:14:57 +0100
Branches for some stuff
r8477@Thesaurus (orig r8464): ribasushi | 2010-01-28 12:26:40 +0100
RT#52681
r8478@Thesaurus (orig r8465): ribasushi | 2010-01-28 12:41:25 +0100
Deprecate IC::File
r8479@Thesaurus (orig r8466): ribasushi | 2010-01-28 12:41:56 +0100
Deprecate IC::File(2)
r8487@Thesaurus (orig r8474): ribasushi | 2010-01-30 13:11:18 +0100
Draft PK explanation
r8488@Thesaurus (orig r8475): frew | 2010-01-30 21:19:30 +0100
clarify PK stuff in intro just a bit
r8489@Thesaurus (orig r8476): frew | 2010-01-30 21:24:21 +0100
no first in POD
r8910@Thesaurus (orig r8897): rabbit | 2010-03-06 11:37:12 +0100
Improve POD about PKs and why they matter
r8912@Thesaurus (orig r8899): rabbit | 2010-03-06 11:42:41 +0100
One more PODlink
r8915@Thesaurus (orig r8902): rabbit | 2010-03-06 12:27:29 +0100
Fully deprecate IC::File
Peter Rabbitson [Sat, 6 Mar 2010 11:27:28 +0000]
Fully deprecate IC::File
Peter Rabbitson [Sat, 6 Mar 2010 18:26:10 +0000]
Merge 'trunk' into 'pod_fixes'
r8913@Thesaurus (orig r8900): ribasushi | 2010-03-06 12:26:10 +0100
More checks for weird usage of _determine_driver (maint/gen-schema)
Peter Rabbitson [Sat, 6 Mar 2010 11:26:10 +0000]
More checks for weird usage of _determine_driver (maint/gen-schema)
Peter Rabbitson [Sat, 6 Mar 2010 10:42:40 +0000]
One more PODlink
Peter Rabbitson [Sat, 6 Mar 2010 10:38:21 +0000]
Merge 'trunk' into 'pod_fixes'
r8496@Thesaurus (orig r8483): ribasushi | 2010-01-31 10:04:43 +0100
better skip message
r8510@Thesaurus (orig r8497): caelum | 2010-02-01 12:07:13 +0100
throw exception on attempt to insert a blob with DBD::Oracle == 1.23
r8511@Thesaurus (orig r8498): caelum | 2010-02-01 12:12:48 +0100
add RT link for Oracle blob bug in DBD::Oracle == 1.23
r8527@Thesaurus (orig r8514): caelum | 2010-02-02 23:20:17 +0100
r22968@hlagh (orig r8502): caelum | 2010-02-02 05:30:47 -0500
branch to support Sybase SQL Anywhere
r22971@hlagh (orig r8505): caelum | 2010-02-02 07:21:13 -0500
ASA last_insert_id and limit support, still needs BLOB support
r22972@hlagh (orig r8506): caelum | 2010-02-02 08:33:57 -0500
deref table name if needed, check all columns for identity column not just PK
r22973@hlagh (orig r8507): caelum | 2010-02-02 08:48:11 -0500
test blobs, they work, didn't have to do anything
r22974@hlagh (orig r8508): caelum | 2010-02-02 09:15:44 -0500
fix stupid identity bug, test empty insert (works), test DTs (not working yet)
r22976@hlagh (orig r8510): caelum | 2010-02-02 14:31:00 -0500
rename ::Sybase::ASA to ::SQLAnywhere, per mst
r22978@hlagh (orig r8512): caelum | 2010-02-02 17:02:29 -0500
DT inflation now works
r22979@hlagh (orig r8513): caelum | 2010-02-02 17:18:06 -0500
minor POD update
r8528@Thesaurus (orig r8515): caelum | 2010-02-02 23:23:26 +0100
r22895@hlagh (orig r8473): caelum | 2010-01-30 03:57:26 -0500
branch to fix computed columns in Sybase ASE
r22911@hlagh (orig r8489): caelum | 2010-01-31 07:18:33 -0500
empty insert into a Sybase table with computed columns and either data_type => undef or default_value => SCALARREF works now
r22912@hlagh (orig r8490): caelum | 2010-01-31 07:39:32 -0500
add POD about computed columns and timestamps for Sybase
r22918@hlagh (orig r8496): caelum | 2010-02-01 05:09:07 -0500
update POD about Schema::Loader for Sybase
r8531@Thesaurus (orig r8518): ribasushi | 2010-02-02 23:57:27 +0100
r8512@Thesaurus (orig r8499): boghead | 2010-02-01 23:38:13 +0100
- Creating a branch for adding _post_inflate_datetime and _pre_deflate_datetime to
InflateColumn::DateTime
r8513@Thesaurus (orig r8500): boghead | 2010-02-01 23:42:14 +0100
- Add _post_inflate_datetime and _pre_deflate_datetime to InflateColumn::DateTime to allow
for modifying DateTime objects after inflation or before deflation.
r8524@Thesaurus (orig r8511): boghead | 2010-02-02 22:59:28 +0100
- Simplify by allowing moving column_info depreciated {extra}{timezone} data to
{timezone} (and the same with locale)
r8533@Thesaurus (orig r8520): caelum | 2010-02-03 05:19:59 +0100
support for Sybase SQL Anywhere through ODBC
r8536@Thesaurus (orig r8523): ribasushi | 2010-02-03 08:27:54 +0100
Changes
r8537@Thesaurus (orig r8524): ribasushi | 2010-02-03 08:31:20 +0100
Quote fail
r8538@Thesaurus (orig r8525): caelum | 2010-02-03 13:21:37 +0100
test DT inflation for Sybase SQL Anywhere over ODBC too
r8539@Thesaurus (orig r8526): caelum | 2010-02-03 17:36:39 +0100
minor code cleanup for SQL Anywhere last_insert_id
r8540@Thesaurus (orig r8527): ribasushi | 2010-02-04 11:28:33 +0100
Fix bug reported by tommyt
r8548@Thesaurus (orig r8535): ribasushi | 2010-02-04 14:34:45 +0100
Prepare for new SQLA release
r8560@Thesaurus (orig r8547): ribasushi | 2010-02-05 08:59:04 +0100
Refactor some evil code
r8565@Thesaurus (orig r8552): ribasushi | 2010-02-05 17:00:12 +0100
Looks like RSC is finally (halfway) fixed
r8566@Thesaurus (orig r8553): ribasushi | 2010-02-05 17:07:13 +0100
RSC subquery can not include the prefetch
r8567@Thesaurus (orig r8554): ribasushi | 2010-02-05 17:10:29 +0100
Fix typo and borked test
r8569@Thesaurus (orig r8556): ribasushi | 2010-02-05 17:33:12 +0100
Release 0.08116
r8571@Thesaurus (orig r8558): ribasushi | 2010-02-05 18:01:33 +0100
No idea how I missed all these fails...
r8572@Thesaurus (orig r8559): ribasushi | 2010-02-05 18:13:34 +0100
Release 0.08117
r8574@Thesaurus (orig r8561): ribasushi | 2010-02-05 18:51:12 +0100
Try to distinguish trunk from official versions
r8580@Thesaurus (orig r8567): gshank | 2010-02-05 22:29:24 +0100
add doc on 'where' attribute
r8587@Thesaurus (orig r8574): frew | 2010-02-07 21:07:03 +0100
add as_subselect_rs
r8588@Thesaurus (orig r8575): frew | 2010-02-07 21:13:04 +0100
fix longstanding unmentioned bug ("me")
r8589@Thesaurus (orig r8576): frew | 2010-02-08 06:17:43 +0100
another example of as_subselect_rs
r8590@Thesaurus (orig r8577): frew | 2010-02-08 06:23:58 +0100
fix bug in UTF8Columns
r8591@Thesaurus (orig r8578): ribasushi | 2010-02-08 09:31:01 +0100
Extend utf8columns test to trap fixed bug
r8592@Thesaurus (orig r8579): ribasushi | 2010-02-08 12:03:23 +0100
Cleanup rel accessor type handling
r8593@Thesaurus (orig r8580): ribasushi | 2010-02-08 12:20:47 +0100
Fix some fallout
r8595@Thesaurus (orig r8582): ribasushi | 2010-02-08 12:38:19 +0100
Merge some obsolete code cleanup from the prefetch branch
r8596@Thesaurus (orig r8583): ribasushi | 2010-02-08 12:42:09 +0100
Merge fix of RT54039 from prefetch branch
r8598@Thesaurus (orig r8585): ribasushi | 2010-02-08 12:48:31 +0100
Release 0.08118
r8600@Thesaurus (orig r8587): ribasushi | 2010-02-08 12:52:33 +0100
Bump trunk version
r8606@Thesaurus (orig r8593): ribasushi | 2010-02-08 16:16:44 +0100
cheaper lookup
r8609@Thesaurus (orig r8596): ribasushi | 2010-02-10 12:40:37 +0100
Consolidate last_insert_id handling with a fallback-attempt on DBI::last_insert_id
r8614@Thesaurus (orig r8601): caelum | 2010-02-10 21:29:51 +0100
workaround for Moose bug affecting Replicated storage
r8615@Thesaurus (orig r8602): caelum | 2010-02-10 21:40:07 +0100
revert Moose bug workaround, bump Moose dep for Replicated to 0.98
r8616@Thesaurus (orig r8603): caelum | 2010-02-10 22:48:34 +0100
add a couple proxy methods to Replicated so it can run
r8628@Thesaurus (orig r8615): caelum | 2010-02-11 11:35:01 +0100
r21090@hlagh (orig r7836): caelum | 2009-11-02 06:40:52 -0500
new branch to fix unhandled methods in Storage::DBI::Replicated
r21091@hlagh (orig r7837): caelum | 2009-11-02 06:42:00 -0500
add test to display unhandled methods
r21092@hlagh (orig r7838): caelum | 2009-11-02 06:55:34 -0500
minor fix to last committed test
r21093@hlagh (orig r7839): caelum | 2009-11-02 09:26:00 -0500
minor test code cleanup
r23125@hlagh (orig r8607): caelum | 2010-02-10 19:25:51 -0500
add unimplemented Storage::DBI methods to ::DBI::Replicated
r23130@hlagh (orig r8612): ribasushi | 2010-02-11 05:12:48 -0500
Podtesting exclusion
r8630@Thesaurus (orig r8617): frew | 2010-02-11 11:45:54 +0100
Changes (from a while ago)
r8631@Thesaurus (orig r8618): caelum | 2010-02-11 11:46:58 +0100
savepoints for SQLAnywhere
r8640@Thesaurus (orig r8627): ribasushi | 2010-02-11 12:33:19 +0100
r8424@Thesaurus (orig r8411): ribasushi | 2010-01-22 11:19:40 +0100
Chaining POC test
r8641@Thesaurus (orig r8628): ribasushi | 2010-02-11 12:34:19 +0100
r8426@Thesaurus (orig r8413): ribasushi | 2010-01-22 11:35:15 +0100
Moev failing regression test away from trunk
r8642@Thesaurus (orig r8629): ribasushi | 2010-02-11 12:34:56 +0100
r8643@Thesaurus (orig r8630): ribasushi | 2010-02-11 12:35:03 +0100
r8507@Thesaurus (orig r8494): frew | 2010-02-01 04:33:08 +0100
small refactor to put select/as/+select/+as etc merging in it's own function
r8644@Thesaurus (orig r8631): ribasushi | 2010-02-11 12:35:11 +0100
r8514@Thesaurus (orig r8501): frew | 2010-02-02 05:12:29 +0100
revert actual changes from yesterday as per ribasushis advice
r8645@Thesaurus (orig r8632): ribasushi | 2010-02-11 12:35:16 +0100
r8522@Thesaurus (orig r8509): frew | 2010-02-02 19:39:33 +0100
delete +stuff if stuff exists
r8646@Thesaurus (orig r8633): ribasushi | 2010-02-11 12:35:23 +0100
r8534@Thesaurus (orig r8521): frew | 2010-02-03 06:14:44 +0100
change deletion/overriding to fix t/76
r8647@Thesaurus (orig r8634): ribasushi | 2010-02-11 12:35:30 +0100
r8535@Thesaurus (orig r8522): frew | 2010-02-03 06:57:15 +0100
some basic readability factorings (aka, fewer nested ternaries and long maps)
r8648@Thesaurus (orig r8635): ribasushi | 2010-02-11 12:36:01 +0100
r8558@Thesaurus (orig r8545): frew | 2010-02-04 20:32:54 +0100
fix incorrect test in t/76select.t and posit an incorrect solution
r8649@Thesaurus (orig r8636): ribasushi | 2010-02-11 12:38:47 +0100
r8650@Thesaurus (orig r8637): ribasushi | 2010-02-11 12:38:57 +0100
r8578@Thesaurus (orig r8565): ribasushi | 2010-02-05 19:11:09 +0100
Should not be needed
r8651@Thesaurus (orig r8638): ribasushi | 2010-02-11 12:39:03 +0100
r8579@Thesaurus (orig r8566): ribasushi | 2010-02-05 19:13:24 +0100
SQLA now fixed
r8652@Thesaurus (orig r8639): ribasushi | 2010-02-11 12:39:10 +0100
r8624@Thesaurus (orig r8611): ribasushi | 2010-02-11 10:31:08 +0100
MOAR testing
r8653@Thesaurus (orig r8640): ribasushi | 2010-02-11 12:39:17 +0100
r8626@Thesaurus (orig r8613): frew | 2010-02-11 11:16:30 +0100
fix bad test
r8654@Thesaurus (orig r8641): ribasushi | 2010-02-11 12:39:23 +0100
r8627@Thesaurus (orig r8614): frew | 2010-02-11 11:21:52 +0100
fix t/76, break rsc tests
r8655@Thesaurus (orig r8642): ribasushi | 2010-02-11 12:39:30 +0100
r8632@Thesaurus (orig r8619): frew | 2010-02-11 11:53:50 +0100
fix incorrect test
r8656@Thesaurus (orig r8643): ribasushi | 2010-02-11 12:39:35 +0100
r8633@Thesaurus (orig r8620): frew | 2010-02-11 11:54:49 +0100
make t/76s and t/88 pass by deleting from the correct attr hash
r8657@Thesaurus (orig r8644): ribasushi | 2010-02-11 12:39:40 +0100
r8634@Thesaurus (orig r8621): frew | 2010-02-11 11:55:41 +0100
fix a test due to ordering issues
r8658@Thesaurus (orig r8645): ribasushi | 2010-02-11 12:39:45 +0100
r8635@Thesaurus (orig r8622): frew | 2010-02-11 11:58:23 +0100
this is why you run tests before you commit them.
r8659@Thesaurus (orig r8646): ribasushi | 2010-02-11 12:39:51 +0100
r8636@Thesaurus (orig r8623): frew | 2010-02-11 12:00:59 +0100
fix another ordering issue
r8660@Thesaurus (orig r8647): ribasushi | 2010-02-11 12:39:57 +0100
r8637@Thesaurus (orig r8624): frew | 2010-02-11 12:11:31 +0100
fix for search/select_chains
r8661@Thesaurus (orig r8648): ribasushi | 2010-02-11 12:40:03 +0100
r8662@Thesaurus (orig r8649): caelum | 2010-02-11 12:40:07 +0100
test nanosecond precision for SQLAnywhere
r8663@Thesaurus (orig r8650): ribasushi | 2010-02-11 12:40:09 +0100
r8639@Thesaurus (orig r8626): ribasushi | 2010-02-11 12:33:03 +0100
Changes and small ommission
r8666@Thesaurus (orig r8653): ribasushi | 2010-02-11 18:16:45 +0100
Changes
r8674@Thesaurus (orig r8661): ribasushi | 2010-02-12 09:12:45 +0100
Fix moose dep
r8680@Thesaurus (orig r8667): dew | 2010-02-12 18:05:11 +0100
Add is_ordered to DBIC::ResultSet
r8688@Thesaurus (orig r8675): ribasushi | 2010-02-13 09:36:29 +0100
r8667@Thesaurus (orig r8654): ribasushi | 2010-02-11 18:17:35 +0100
Try a dep-handling idea
r8675@Thesaurus (orig r8662): ribasushi | 2010-02-12 12:46:11 +0100
Move optional deps out of the Makefile
r8676@Thesaurus (orig r8663): ribasushi | 2010-02-12 13:40:53 +0100
Support methods to verify group dependencies
r8677@Thesaurus (orig r8664): ribasushi | 2010-02-12 13:45:18 +0100
Move sqlt dephandling to Optional::Deps
r8679@Thesaurus (orig r8666): ribasushi | 2010-02-12 14:03:17 +0100
Move replicated to Opt::Deps
r8684@Thesaurus (orig r8671): ribasushi | 2010-02-13 02:47:52 +0100
Auto-POD for Optional Deps
r8685@Thesaurus (orig r8672): ribasushi | 2010-02-13 02:53:20 +0100
Privatize the full list method
r8686@Thesaurus (orig r8673): ribasushi | 2010-02-13 02:59:51 +0100
Scary warning
r8687@Thesaurus (orig r8674): ribasushi | 2010-02-13 09:35:01 +0100
Changes
r8691@Thesaurus (orig r8678): ribasushi | 2010-02-13 10:07:15 +0100
Autogen comment for Dependencies.pod
r8692@Thesaurus (orig r8679): ribasushi | 2010-02-13 10:11:24 +0100
Ask for newer M::I
r8698@Thesaurus (orig r8685): ribasushi | 2010-02-13 11:11:10 +0100
Add author/license to pod
r8699@Thesaurus (orig r8686): arcanez | 2010-02-13 13:43:22 +0100
fix typo per nuba on irc
r8705@Thesaurus (orig r8692): ribasushi | 2010-02-13 15:15:33 +0100
r8001@Thesaurus (orig r7989): goraxe | 2009-11-30 01:14:47 +0100
Branch for dbicadmin script refactor
r8003@Thesaurus (orig r7991): goraxe | 2009-11-30 01:26:39 +0100
add DBIx::Class::Admin
r8024@Thesaurus (orig r8012): goraxe | 2009-12-02 22:49:27 +0100
get deployment tests to pass
r8025@Thesaurus (orig r8013): goraxe | 2009-12-02 22:50:42 +0100
get deployment tests to pass
r8026@Thesaurus (orig r8014): goraxe | 2009-12-02 23:52:40 +0100
all ddl tests now pass
r8083@Thesaurus (orig r8071): goraxe | 2009-12-12 17:01:11 +0100
add quite attribute to DBIx::Class admin
r8086@Thesaurus (orig r8074): goraxe | 2009-12-12 17:36:58 +0100
add tests for data manipulation ported from 89dbicadmin.t
r8088@Thesaurus (orig r8076): goraxe | 2009-12-12 17:38:07 +0100
add sleep 1 to t/admin/02ddl.t so insert into upgrade table does not happen too quickly
r8089@Thesaurus (orig r8077): goraxe | 2009-12-12 17:40:33 +0100
update DBIx::Class::Admin data manip functions to pass the test
r8095@Thesaurus (orig r8083): goraxe | 2009-12-12 19:36:22 +0100
change passing of preversion to be a parameter
r8096@Thesaurus (orig r8084): goraxe | 2009-12-12 19:38:26 +0100
add some pod to DBIx::Class::Admin
r8103@Thesaurus (orig r8091): goraxe | 2009-12-12 22:08:55 +0100
some changes to make DBIx::Class::Admin more compatible with dbicadmin interface
r8104@Thesaurus (orig r8092): goraxe | 2009-12-12 22:09:39 +0100
commit refactored dbicadmin script and very minor changes to its existing test suite
r8107@Thesaurus (orig r8095): goraxe | 2009-12-12 22:34:35 +0100
add compatability for --op for dbicadmin, revert test suite
r8127@Thesaurus (orig r8115): goraxe | 2009-12-15 22:14:20 +0100
dep check to end of module
r8128@Thesaurus (orig r8116): goraxe | 2009-12-15 23:15:25 +0100
add namespace::autoclean to DBIx::Class::Admin
r8129@Thesaurus (orig r8117): goraxe | 2009-12-15 23:16:00 +0100
update test suite to skip if cannot load DBIx::Class::Admin
r8130@Thesaurus (orig r8118): goraxe | 2009-12-15 23:18:35 +0100
add deps check for 89dbicadmin.t
r8131@Thesaurus (orig r8119): goraxe | 2009-12-15 23:19:01 +0100
include deps for dbicadmin DBIx::Class::Admin to Makefile.PL
r8149@Thesaurus (orig r8137): goraxe | 2009-12-17 23:21:50 +0100
use DBICTest::_database over creating a schema object to steal conn info
r8338@Thesaurus (orig r8326): goraxe | 2010-01-15 19:00:17 +0100
change white space to not be tabs
r8339@Thesaurus (orig r8327): goraxe | 2010-01-15 19:10:42 +0100
remove Module::Load from test suite
r8358@Thesaurus (orig r8346): ribasushi | 2010-01-17 17:52:10 +0100
Real detabify
r8359@Thesaurus (orig r8347): ribasushi | 2010-01-17 18:01:53 +0100
Fix POD (spacing matters)
r8360@Thesaurus (orig r8348): ribasushi | 2010-01-17 21:57:53 +0100
More detabification
r8361@Thesaurus (orig r8349): ribasushi | 2010-01-17 22:33:12 +0100
Test cleanup
r8362@Thesaurus (orig r8350): ribasushi | 2010-01-17 22:41:11 +0100
More tets cleanup
r8363@Thesaurus (orig r8351): ribasushi | 2010-01-17 22:43:57 +0100
And more cleanup
r8364@Thesaurus (orig r8352): ribasushi | 2010-01-17 22:51:21 +0100
Disallow mucking with INC
r8365@Thesaurus (orig r8353): ribasushi | 2010-01-17 23:23:15 +0100
More cleanup
r8366@Thesaurus (orig r8354): ribasushi | 2010-01-17 23:27:49 +0100
Add lib path to ENV so that $^X can see it
r8367@Thesaurus (orig r8355): ribasushi | 2010-01-17 23:33:10 +0100
Move script-test
r8368@Thesaurus (orig r8356): goraxe | 2010-01-17 23:35:03 +0100
change warns/dies -> carp/throw_exception
r8369@Thesaurus (orig r8357): goraxe | 2010-01-17 23:53:54 +0100
add goraxe to contributors
r8370@Thesaurus (orig r8358): goraxe | 2010-01-17 23:54:15 +0100
remove comment headers
r8404@Thesaurus (orig r8391): caelum | 2010-01-20 20:54:29 +0100
minor fixups
r8405@Thesaurus (orig r8392): goraxe | 2010-01-20 21:13:24 +0100
add private types to coerce
r8406@Thesaurus (orig r8393): goraxe | 2010-01-20 21:17:19 +0100
remove un-needed coerce from schema_class of type Str
r8411@Thesaurus (orig r8398): caelum | 2010-01-21 23:36:25 +0100
minor documentation updates
r8436@Thesaurus (orig r8423): caelum | 2010-01-25 02:56:30 +0100
this code never runs anyway
r8440@Thesaurus (orig r8427): caelum | 2010-01-26 14:05:53 +0100
prefer JSON::DWIW for barekey support
r8693@Thesaurus (orig r8680): ribasushi | 2010-02-13 10:27:18 +0100
dbicadmin dependencies
r8694@Thesaurus (orig r8681): ribasushi | 2010-02-13 10:28:04 +0100
Some cleaup, make use of Text::CSV
r8695@Thesaurus (orig r8682): ribasushi | 2010-02-13 10:34:19 +0100
We use Try::Tiny in a single spot, not grounds for inlusion in deps
r8696@Thesaurus (orig r8683): ribasushi | 2010-02-13 10:37:30 +0100
POD section
r8697@Thesaurus (orig r8684): ribasushi | 2010-02-13 11:05:17 +0100
Switch tests to Optional::Deps
r8700@Thesaurus (orig r8687): ribasushi | 2010-02-13 14:32:50 +0100
Switch Admin/dbicadmin to Opt::Deps
r8702@Thesaurus (orig r8689): ribasushi | 2010-02-13 14:39:24 +0100
JSON dep is needed for Admin.pm itself
r8703@Thesaurus (orig r8690): ribasushi | 2010-02-13 15:06:28 +0100
Test fixes
r8704@Thesaurus (orig r8691): ribasushi | 2010-02-13 15:13:31 +0100
Changes
r8707@Thesaurus (orig r8694): ribasushi | 2010-02-13 16:37:57 +0100
Test for optional deps manager
r8710@Thesaurus (orig r8697): caelum | 2010-02-14 05:22:03 +0100
add doc on maximum cursors for SQLAnywhere
r8711@Thesaurus (orig r8698): ribasushi | 2010-02-14 09:23:09 +0100
Cleanup dependencies / Admin inheritance
r8712@Thesaurus (orig r8699): ribasushi | 2010-02-14 09:28:29 +0100
Some formatting
r8715@Thesaurus (orig r8702): ribasushi | 2010-02-14 10:46:51 +0100
This is Moose, so use CMOP
r8720@Thesaurus (orig r8707): ribasushi | 2010-02-15 10:28:22 +0100
Final POD touches
r8721@Thesaurus (orig r8708): ribasushi | 2010-02-15 10:31:38 +0100
Spellcheck (jawnsy++)
r8722@Thesaurus (orig r8709): ribasushi | 2010-02-15 10:32:24 +0100
One more
r8723@Thesaurus (orig r8710): ribasushi | 2010-02-15 14:49:26 +0100
Release 0.08119
r8725@Thesaurus (orig r8712): ribasushi | 2010-02-15 14:50:56 +0100
Bump trunl version
r8726@Thesaurus (orig r8713): rafl | 2010-02-15 15:49:55 +0100
Make sure we actually run all tests, given we're using done_testing.
r8727@Thesaurus (orig r8714): rafl | 2010-02-15 15:50:01 +0100
Make sure overriding deployment_statements is possible from within schemas.
r8728@Thesaurus (orig r8715): rafl | 2010-02-15 15:56:06 +0100
Changelogging.
r8729@Thesaurus (orig r8716): rafl | 2010-02-15 15:58:09 +0100
Make some cookbook code compile.
r8730@Thesaurus (orig r8717): nuba | 2010-02-15 16:11:52 +0100
spelling fixes in the documaentation, sholud be gud now ;)
r8732@Thesaurus (orig r8719): caelum | 2010-02-16 11:09:58 +0100
use OO interface of Hash::Merge for ::DBI::Replicated
r8734@Thesaurus (orig r8721): ribasushi | 2010-02-16 11:41:06 +0100
Augment did-author-run-makefile check to include OptDeps
r8735@Thesaurus (orig r8722): ribasushi | 2010-02-16 12:16:06 +0100
Reorg support section, add live-chat link
r8739@Thesaurus (orig r8726): caelum | 2010-02-16 14:51:58 +0100
set behavior for Hash::Merge in ::DBI::Replicated, otherwise it uses the global setting
r8740@Thesaurus (orig r8727): caelum | 2010-02-16 15:43:25 +0100
POD touchups
r8759@Thesaurus (orig r8746): ribasushi | 2010-02-19 00:30:37 +0100
Fix bogus test
r8760@Thesaurus (orig r8747): ribasushi | 2010-02-19 00:34:22 +0100
Retire useless abstraction (all rdbms need this anyway)
r8761@Thesaurus (orig r8748): ribasushi | 2010-02-19 00:35:01 +0100
Fix count of group_by over aliased function
r8765@Thesaurus (orig r8752): ribasushi | 2010-02-19 10:11:20 +0100
r8497@Thesaurus (orig r8484): ribasushi | 2010-01-31 10:06:29 +0100
Branch to unify mandatory PK handling
r8498@Thesaurus (orig r8485): ribasushi | 2010-01-31 10:20:36 +0100
This is not really used for anything (same code in DBI)
r8499@Thesaurus (orig r8486): ribasushi | 2010-01-31 10:25:55 +0100
Helper primary_columns wrapper to throw if a PK is not defined
r8500@Thesaurus (orig r8487): ribasushi | 2010-01-31 11:07:25 +0100
Stupid errors
r8501@Thesaurus (orig r8488): ribasushi | 2010-01-31 12:18:57 +0100
Saner handling of nonexistent/partial conditions
r8762@Thesaurus (orig r8749): ribasushi | 2010-02-19 10:07:40 +0100
trap unresolvable conditions due to incomplete relationship specification
r8764@Thesaurus (orig r8751): ribasushi | 2010-02-19 10:11:09 +0100
Changes
r8767@Thesaurus (orig r8754): ribasushi | 2010-02-19 11:14:30 +0100
Fix for RT54697
r8769@Thesaurus (orig r8756): caelum | 2010-02-19 12:21:53 +0100
bump Test::Pod dep
r8770@Thesaurus (orig r8757): caelum | 2010-02-19 12:23:07 +0100
bump Test::Pod dep in Optional::Dependencies too
r8773@Thesaurus (orig r8760): rabbit | 2010-02-19 16:41:24 +0100
Fix stupid sqlt parser regression
r8774@Thesaurus (orig r8761): rabbit | 2010-02-19 16:42:40 +0100
Port remaining tests to the Opt::Dep reposiory
r8775@Thesaurus (orig r8762): rabbit | 2010-02-19 16:43:36 +0100
Some test cleanups
r8780@Thesaurus (orig r8767): rabbit | 2010-02-20 20:59:20 +0100
Test::Deep actually isn't required
r8786@Thesaurus (orig r8773): rabbit | 2010-02-20 22:21:41 +0100
These are core for perl 5.8
r8787@Thesaurus (orig r8774): rabbit | 2010-02-21 10:52:40 +0100
Shuffle tests a bit
r8788@Thesaurus (orig r8775): rabbit | 2010-02-21 12:09:25 +0100
Bogus require
r8789@Thesaurus (orig r8776): rabbit | 2010-02-21 12:09:48 +0100
Bogus unnecessary dep
r8800@Thesaurus (orig r8787): rabbit | 2010-02-21 13:39:21 +0100
r8748@Thesaurus (orig r8735): goraxe | 2010-02-17 23:17:15 +0100
branch for dbicadmin pod fixes
r8778@Thesaurus (orig r8765): goraxe | 2010-02-20 20:35:00 +0100
add G:L:D sub classes to generate pod
r8779@Thesaurus (orig r8766): goraxe | 2010-02-20 20:56:16 +0100
dbicadmin: use subclassed G:L:D to generate some pod
r8782@Thesaurus (orig r8769): goraxe | 2010-02-20 21:48:29 +0100
adjust Makefile.pl to generate dbicadmin.pod
r8783@Thesaurus (orig r8770): goraxe | 2010-02-20 21:50:55 +0100
add svn-ignore for dbicadmin.pod
r8784@Thesaurus (orig r8771): goraxe | 2010-02-20 22:01:41 +0100
change Options to Arguments
r8785@Thesaurus (orig r8772): goraxe | 2010-02-20 22:10:29 +0100
add DBIx::Class::Admin::{Descriptive,Usage} to podcover ignore list
r8790@Thesaurus (orig r8777): rabbit | 2010-02-21 12:35:38 +0100
Cleanup the makefile regen a bit
r8792@Thesaurus (orig r8779): rabbit | 2010-02-21 12:53:01 +0100
Bah humbug
r8793@Thesaurus (orig r8780): rabbit | 2010-02-21 12:55:18 +0100
And another one
r8797@Thesaurus (orig r8784): rabbit | 2010-02-21 13:32:03 +0100
The minimal pod seems to confuse the manpage generator, commenting out for now
r8798@Thesaurus (orig r8785): rabbit | 2010-02-21 13:38:03 +0100
Add license/author to dbicadmin autogen POD
r8799@Thesaurus (orig r8786): rabbit | 2010-02-21 13:38:58 +0100
Reorder makefile author actions to make output more readable
r8803@Thesaurus (orig r8790): ribasushi | 2010-02-21 14:24:15 +0100
Fix exception text
r8804@Thesaurus (orig r8791): ribasushi | 2010-02-21 15:14:58 +0100
Extra testdep
r8808@Thesaurus (orig r8795): caelum | 2010-02-22 20:16:07 +0100
with_deferred_fk_checks for Oracle
r8809@Thesaurus (orig r8796): rabbit | 2010-02-22 21:26:20 +0100
Add a hidden option to dbicadmin to self-inject autogenerated POD
r8810@Thesaurus (orig r8797): caelum | 2010-02-22 21:48:43 +0100
improve with_deferred_fk_checks for Oracle, add tests
r8812@Thesaurus (orig r8799): rbuels | 2010-02-22 23:09:40 +0100
added package name to DBD::Pg warning in Pg storage driver to make it explicit where the warning is coming from
r8815@Thesaurus (orig r8802): rabbit | 2010-02-23 11:21:10 +0100
Looks like the distdir wrapping is finally taken care of
r8818@Thesaurus (orig r8805): rabbit | 2010-02-23 14:05:14 +0100
remove POD
r8819@Thesaurus (orig r8806): rabbit | 2010-02-23 14:05:32 +0100
More index exclusions
r8821@Thesaurus (orig r8808): goraxe | 2010-02-23 15:00:38 +0100
remove short options from dbicadmin
r8822@Thesaurus (orig r8809): rabbit | 2010-02-23 15:15:00 +0100
Whitespace
r8826@Thesaurus (orig r8813): rabbit | 2010-02-24 09:28:43 +0100
r8585@Thesaurus (orig r8572): faxm0dem | 2010-02-06 23:01:04 +0100
sqlt::producer::oracle is now able to handle quotes correctly. Now we need to take advantage of that as currently the oracle producer capitalises everything
r8586@Thesaurus (orig r8573): faxm0dem | 2010-02-06 23:03:31 +0100
the way I thought. ribasushi suggested to override deploy(ment_statements)
r8607@Thesaurus (orig r8594): faxm0dem | 2010-02-09 21:53:48 +0100
should work now
r8714@Thesaurus (orig r8701): faxm0dem | 2010-02-14 09:49:44 +0100
oracle_version
r8747@Thesaurus (orig r8734): faxm0dem | 2010-02-17 18:54:45 +0100
still need to uc source_name if quotes off
r8817@Thesaurus (orig r8804): rabbit | 2010-02-23 12:03:23 +0100
Cleanup code (hopefully no functional changes)
r8820@Thesaurus (orig r8807): rabbit | 2010-02-23 14:14:19 +0100
Proper error message
r8823@Thesaurus (orig r8810): faxm0dem | 2010-02-23 15:46:11 +0100
Schema Object Naming Rules :
[...]
However, database names, global database names, and database link names are always case insensitive and are stored as uppercase.
# source: http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements008.htm
r8824@Thesaurus (orig r8811): rabbit | 2010-02-23 16:09:36 +0100
Changes and dep-bump
r8828@Thesaurus (orig r8815): rabbit | 2010-02-24 09:32:53 +0100
Changelogging
r8829@Thesaurus (orig r8816): rabbit | 2010-02-24 09:37:14 +0100
Protect dbicadmin from self-injection when not in make
r8830@Thesaurus (orig r8817): rabbit | 2010-02-24 10:00:43 +0100
Release 0.08120
r8832@Thesaurus (orig r8819): rabbit | 2010-02-24 10:02:36 +0100
Bump trunk version
r8833@Thesaurus (orig r8820): goraxe | 2010-02-24 14:21:23 +0100
do not include hidden opts in generated pod
r8834@Thesaurus (orig r8821): rabbit | 2010-02-24 15:50:34 +0100
small tool to query cpan deps
r8835@Thesaurus (orig r8822): rabbit | 2010-02-26 00:22:51 +0100
Typo
r8849@Thesaurus (orig r8836): rabbit | 2010-03-01 01:32:03 +0100
Cleanup logic in RSC
r8850@Thesaurus (orig r8837): rabbit | 2010-03-01 01:36:24 +0100
Fix incorrect placement of condition resolution failure trap
r8851@Thesaurus (orig r8838): rabbit | 2010-03-01 01:37:53 +0100
Changes
r8855@Thesaurus (orig r8842): rabbit | 2010-03-01 18:04:23 +0100
Add has_relationship proxy to row
r8856@Thesaurus (orig r8843): rabbit | 2010-03-02 10:29:18 +0100
Do not autoviv empty ENV vars
r8857@Thesaurus (orig r8844): rabbit | 2010-03-02 11:09:06 +0100
This test is identical to the one above it
r8858@Thesaurus (orig r8845): rabbit | 2010-03-02 11:13:55 +0100
Test belongs_to accessor in-memory tie
r8859@Thesaurus (orig r8846): rabbit | 2010-03-02 11:35:19 +0100
proving rafl wrong
r8865@Thesaurus (orig r8852): mo | 2010-03-03 12:05:51 +0100
Fix for SQLite to ignore the { for => ... } attribute
r8866@Thesaurus (orig r8853): rabbit | 2010-03-03 12:15:22 +0100
Fix whitespace
r8869@Thesaurus (orig r8856): castaway | 2010-03-03 23:07:40 +0100
Minor doc tweaks
r8870@Thesaurus (orig r8857): castaway | 2010-03-03 23:33:07 +0100
Added note+warning about how Ordered works, from steveo_aa
r8900@Thesaurus (orig r8887): rabbit | 2010-03-04 19:11:32 +0100
Fix identity fiasco
r8901@Thesaurus (orig r8888): rjbs | 2010-03-04 19:39:54 +0100
fix a typo in FAQ
r8904@Thesaurus (orig r8891): acmoore | 2010-03-05 22:37:55 +0100
Fix regression where SQL files with comments were not handled properly by ::Schema::Versioned.
Peter Rabbitson [Sat, 6 Mar 2010 10:37:12 +0000]
Improve POD about PKs and why they matter
Andrew Moore [Fri, 5 Mar 2010 22:37:55 +0000]
Merge 'trunk' into 'storage-interbase'
r23581@hlagh (orig r8891): acmoore | 2010-03-05 16:37:55 -0500
Fix regression where SQL files with comments were not handled properly by ::Schema::Versioned.
Rafael Kitover [Fri, 5 Mar 2010 23:06:31 +0000]
auto_nextval support for Firebird
Andrew Moore [Fri, 5 Mar 2010 21:37:55 +0000]
Fix regression where SQL files with comments were not handled properly by ::Schema::Versioned.
Rafael Kitover [Fri, 5 Mar 2010 18:56:38 +0000]
Merge 'trunk' into 'storage-interbase'
r23546@hlagh (orig r8856): castaway | 2010-03-03 17:07:40 -0500
Minor doc tweaks
r23547@hlagh (orig r8857): castaway | 2010-03-03 17:33:07 -0500
Added note+warning about how Ordered works, from steveo_aa
r23577@hlagh (orig r8887): ribasushi | 2010-03-04 13:10:49 -0500
Fix identity fiasco
r23578@hlagh (orig r8888): rjbs | 2010-03-04 13:39:54 -0500
fix a typo in FAQ
Ricardo Signes [Thu, 4 Mar 2010 18:39:54 +0000]
fix a typo in FAQ
Peter Rabbitson [Thu, 4 Mar 2010 18:10:49 +0000]
Fix identity fiasco
Jess Robinson [Wed, 3 Mar 2010 22:33:07 +0000]
Added note+warning about how Ordered works, from steveo_aa
Jess Robinson [Wed, 3 Mar 2010 22:07:40 +0000]
Minor doc tweaks
Rafael Kitover [Wed, 3 Mar 2010 17:59:41 +0000]
destroy cached statements in $storage->disconnect too
Rafael Kitover [Wed, 3 Mar 2010 15:31:41 +0000]
Merge 'trunk' into 'storage-interbase'
r23532@hlagh (orig r8842): ribasushi | 2010-03-01 12:04:19 -0500
Add has_relationship proxy to row
r23533@hlagh (orig r8843): ribasushi | 2010-03-02 04:29:18 -0500
Do not autoviv empty ENV vars
r23534@hlagh (orig r8844): ribasushi | 2010-03-02 05:09:06 -0500
This test is identical to the one above it
r23535@hlagh (orig r8845): ribasushi | 2010-03-02 05:13:54 -0500
Test belongs_to accessor in-memory tie
r23536@hlagh (orig r8846): ribasushi | 2010-03-02 05:35:18 -0500
proving rafl wrong
r23542@hlagh (orig r8852): mo | 2010-03-03 06:05:51 -0500
Fix for SQLite to ignore the { for => ... } attribute
r23543@hlagh (orig r8853): ribasushi | 2010-03-03 06:15:21 -0500
Fix whitespace
Peter Rabbitson [Wed, 3 Mar 2010 11:15:21 +0000]
Fix whitespace
Moritz Onken [Wed, 3 Mar 2010 11:05:51 +0000]
Fix for SQLite to ignore the { for => ... } attribute
Peter Rabbitson [Tue, 2 Mar 2010 10:35:18 +0000]
proving rafl wrong
Peter Rabbitson [Tue, 2 Mar 2010 10:13:54 +0000]
Test belongs_to accessor in-memory tie
Peter Rabbitson [Tue, 2 Mar 2010 10:09:06 +0000]
This test is identical to the one above it
Peter Rabbitson [Tue, 2 Mar 2010 09:29:18 +0000]
Do not autoviv empty ENV vars
Peter Rabbitson [Mon, 1 Mar 2010 17:04:19 +0000]
Add has_relationship proxy to row
Rafael Kitover [Mon, 1 Mar 2010 09:22:19 +0000]
update POD
Rafael Kitover [Mon, 1 Mar 2010 09:17:27 +0000]
Merge 'trunk' into 'storage-interbase'
r23491@hlagh (orig r8836): ribasushi | 2010-02-28 19:31:51 -0500
Cleanup logic in RSC
r23492@hlagh (orig r8837): ribasushi | 2010-02-28 19:36:23 -0500
Fix incorrect placement of condition resolution failure trap
r23493@hlagh (orig r8838): ribasushi | 2010-02-28 19:37:53 -0500
Changes
Peter Rabbitson [Mon, 1 Mar 2010 00:37:53 +0000]
Changes
Peter Rabbitson [Mon, 1 Mar 2010 00:36:23 +0000]
Fix incorrect placement of condition resolution failure trap
Peter Rabbitson [Mon, 1 Mar 2010 00:31:51 +0000]
Cleanup logic in RSC
Rafael Kitover [Sun, 28 Feb 2010 04:49:17 +0000]
Merge 'trunk' into 'storage-interbase'
r23422@hlagh (orig r8802): ribasushi | 2010-02-23 05:19:19 -0500
Looks like the distdir wrapping is finally taken care of
r23425@hlagh (orig r8805): ribasushi | 2010-02-23 08:03:20 -0500
remove POD
r23426@hlagh (orig r8806): ribasushi | 2010-02-23 08:03:38 -0500
More index exclusions
r23428@hlagh (orig r8808): goraxe | 2010-02-23 09:00:38 -0500
remove short options from dbicadmin
r23429@hlagh (orig r8809): ribasushi | 2010-02-23 09:13:06 -0500
Whitespace
r23433@hlagh (orig r8813): ribasushi | 2010-02-24 03:28:42 -0500
r8585@Thesaurus (orig r8572): faxm0dem | 2010-02-06 23:01:04 +0100
sqlt::producer::oracle is now able to handle quotes correctly. Now we need to take advantage of that as currently the oracle producer capitalises everything
r8586@Thesaurus (orig r8573): faxm0dem | 2010-02-06 23:03:31 +0100
the way I thought. ribasushi suggested to override deploy(ment_statements)
r8607@Thesaurus (orig r8594): faxm0dem | 2010-02-09 21:53:48 +0100
should work now
r8714@Thesaurus (orig r8701): faxm0dem | 2010-02-14 09:49:44 +0100
oracle_version
r8747@Thesaurus (orig r8734): faxm0dem | 2010-02-17 18:54:45 +0100
still need to uc source_name if quotes off
r8817@Thesaurus (orig r8804): rabbit | 2010-02-23 12:03:23 +0100
Cleanup code (hopefully no functional changes)
r8820@Thesaurus (orig r8807): rabbit | 2010-02-23 14:14:19 +0100
Proper error message
r8823@Thesaurus (orig r8810): faxm0dem | 2010-02-23 15:46:11 +0100
Schema Object Naming Rules :
[...]
However, database names, global database names, and database link names are always case insensitive and are stored as uppercase.
# source: http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements008.htm
r8824@Thesaurus (orig r8811): rabbit | 2010-02-23 16:09:36 +0100
Changes and dep-bump
r23435@hlagh (orig r8815): ribasushi | 2010-02-24 03:32:53 -0500
Changelogging
r23436@hlagh (orig r8816): ribasushi | 2010-02-24 03:37:13 -0500
Protect dbicadmin from self-injection when not in make
r23437@hlagh (orig r8817): ribasushi | 2010-02-24 04:00:42 -0500
Release 0.08120
r23439@hlagh (orig r8819): ribasushi | 2010-02-24 04:02:34 -0500
Bump trunk version
r23440@hlagh (orig r8820): goraxe | 2010-02-24 08:21:23 -0500
do not include hidden opts in generated pod
r23441@hlagh (orig r8821): ribasushi | 2010-02-24 09:50:33 -0500
small tool to query cpan deps
r23442@hlagh (orig r8822): ribasushi | 2010-02-25 18:22:50 -0500
Typo
Peter Rabbitson [Thu, 25 Feb 2010 23:22:50 +0000]
Typo
Peter Rabbitson [Wed, 24 Feb 2010 14:50:33 +0000]
small tool to query cpan deps
Gordon Irving [Wed, 24 Feb 2010 13:21:23 +0000]
do not include hidden opts in generated pod
Peter Rabbitson [Wed, 24 Feb 2010 09:02:34 +0000]
Bump trunk version
Peter Rabbitson [Wed, 24 Feb 2010 09:00:42 +0000]
Release 0.08120
Peter Rabbitson [Wed, 24 Feb 2010 08:37:13 +0000]
Protect dbicadmin from self-injection when not in make
Peter Rabbitson [Wed, 24 Feb 2010 08:32:53 +0000]
Changelogging
Peter Rabbitson [Wed, 24 Feb 2010 08:28:42 +0000]
Merge 'oracle_quotes' into 'trunk'
Peter Rabbitson [Tue, 23 Feb 2010 15:07:41 +0000]
Changes and dep-bump
Fabien Wernli [Tue, 23 Feb 2010 14:46:11 +0000]
Schema Object Naming Rules :
[...]
However, database names, global database names, and database link names are always case insensitive and are stored as uppercase.
# source: http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements008.htm
Peter Rabbitson [Tue, 23 Feb 2010 14:13:06 +0000]
Whitespace
Gordon Irving [Tue, 23 Feb 2010 14:00:38 +0000]
remove short options from dbicadmin
Peter Rabbitson [Tue, 23 Feb 2010 13:12:25 +0000]
Proper error message