Age | Commit message (Collapse) | Author | Files | Lines |
|
- Updating package for p5 module CatalystX::CRUD::ModelAdapter::DBIC
from 0.08 to 0.10
- Adjusting license and dependencies
Upstream changes:
0.10 14 July 2009
* fix tests so that (a) sql is complete and (b) skip is sqlite3 cmd tool not found
0.09 13 June 2009
* fix ORDER BY via cxc-order so that it actually works, including tests for multi-column sort.
|
|
|
|
|
|
Changes:
2009-07-09 Mikio Hirabayashi
* tculog.c (tculogwrite, tculrdread): the master ID is now recorded.
* ttserver.c (main): the default value of the "-ulim" option was modified.
* ttserver.c (proc): update logging and replicaion are now forbidden without the SID.
* ttserver.c (do_repl): the NOP command is now throwed while circular replication.
- Release: 1.1.31
|
|
|
|
|
|
|
|
pecl; according to description on PECL site, the pecl extension is obsolete
and no longer maintanted, and it doesn't compile with PHP 5.3
|
|
changes: many bugfixes and compatibility fixes
The 2.5.0 version in pkgsrc was broken:
>>> from pysqlite2 import dbapi2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/pkg/lib/python2.5/site-packages/pysqlite2/dbapi2.py", line 27, in <module>
from pysqlite2._sqlite import *
ImportError: /usr/pkg/lib/python2.5/site-packages/pysqlite2/_sqlite.so: Undefined PLT symbol "sqlite3_enable_load_extension" (symnum = 158)
|
|
|
|
|
|
|
|
* Fix a bug that occastionally causes INSERT or UPDATE operations to fail on
an indexed table that has a self-modifying trigger.
* Other minor bug fixes and performance optimizations.
|
|
|
|
|
|
sources in a directory (tree) in pversion.mk. Adjust the various places
that called it locally.
|
|
Upstream changes:
# ----------------------------------------------------------
# 0.09007 2009-06-25
# ----------------------------------------------------------
* Fixed Pg parser - caching the compiled P::RD schema is a *very*
bad idea
* Fix MSSQL handling of ON UPDATE/DELETE RESTRICT
* Delay MSSQL FK constraint deployment until after all CREATE TABLE
statements
* Coerce other engine's bytea/blob/clob datatypes to VarBinary
|
|
- Updating package for p5 module Rose::DBx::Garden::Catalyst from 0.13
to 0.14
- Setting LICENSE=${PERL5_LICENSE}
- Adjusting dependencies
Upstream changes:
0.14 7 June 2009
* drop tables conditionally in rdgc.sql
* refactor C3 syntax
|
|
- Updating package for p5 module Catalyst::Model::DBIC::Schema from
0.23 to 0.25
- Setting LICENSE=${PERL5_LICENSE} according META.yml
- Adjusting dependencies according to META.yml
Upstream changes:
0.25 Fri Jun 19 08:35:38 PDT 2009
- fix dep on Tie::IxHash that made tests fail
- add more attributes to ::Replicated trait
- fixed infinte loop in helper if SQLite connect_info has only
a DSN (dandv, RT #47101)
0.24 Tue Jun 16 06:18:58 PDT 2009
- Add tests for issues with Class::C3 which are caused to
applications which use new Catalyst but old DBIC, and have
use Class::C3 in the MyApp class (t0m)
- die on empty schema
- create=dynamic deprecation warning
- helper passes loader opts to dynamic schemas
- conversion to Moose
- cursor caching support (via
Catalyst::TraitFor::Model::DBIC::Schema::Caching)
- ::Storage::Replicated support (via ::Replicated trait)
- switch to hashref connect_info for DBIC 8100
- better helper option parsing, with support for more options
- more tests
|
|
- Updating package for p5 module DBD::mysql from 4.010 to 4.012
- Setting LICENSE=${PERL5_LICENSE}
Upstream changes:
2009-06-18 Patrick Galbraith <patg@patg.net> (4.012)
* Patch to bind_type_guessing from Craigslist,
Thanks to Chris! Happiness is no quoted numbers.
Fixed ChopBlanks to work with bind_type_guessing
* Patch for win32 strawberry build
Thanks to Curtis Jewell! Windows needs love
* Patch for auto-reconnect to set active flag
Thanks to Doug Fischer!
* Fixed bug 32464 http://bugs.mysql.com/bug.php?id=32464.
See https://rt.cpan.org/Ticket/Display.html?id=46308
Add connection flag mysql_no_autocommit_cmd which users of
MySQL Proxy can use to prevent 'set autocommit=#' from being
issued by the driver. 'perldoc DBD::mysql' to see how to use
this new flag
* Added bind-type-guessing options to Makefile.PL so the entire
test suite can be run with bind_type_guessing set.
2009-04-13 Patrick Galbraith <patg@patg.net> (4.011)
* Renamed unsafe_bind_type_guessing, fixed some of the logic. This
can be used to deal with bug 43822
(https://rt.cpan.org/Ticket/Display.html?id=43822)
* Patch from Daniel Frett (daniel Dot frett At ccci Dot org) to fix
issue of binding sever side integer parameters (server-side prepare
statements) resulting in corrupt data, bug 42723
(https://rt.cpan.org/Ticket/Display.html?id=42723)
* Updated documentation, cruft cleanup (as always)
|
|
- Updating package for p5 module DBIx::Class::Validation from 0.02003nb2
0.02004
- Adding LICENSE=${PERL5_LICENSE} according to META.yml
- Adjusting dependencies according to META.yml
Upstream changes:
0.02004 Mon Jun 22 12:52:00 2009
- Switch dependency to DateTime::Format::SQLite
|
|
- Updating package of p5 module DBIx::Class::TimeStamp from 0.08 to 0.12
- Adjusting license to perl's license according to META.yml
- Adjusting dependencies according to META.yml
Upstream changes:
0.12 2009-06-30 22:25:17
- Ship with a pregenerated sql schema for the tests to avoid the test
dependency on SQL-Translator.
0.11 2009 07-32 14:43:00
- Make sure tests run at the 'top' of the second to reduce pointless
errors resulting when your test time crosses the second limit.
0.10 2009 07-32 13:55:00
- Restored the MySQL formatter to the build requires to silence test
failures.
0.09 2009 07-21 20:45:00
- Changed some dependencies in the Makefile.PL so that we find the correct
datetime formatter class for the SQLite testing
|
|
- Updating package for p5 module DBIx::Class::Fixtures from 1.001001
to 1.001002
- Adding perl license as license
- Adjust dependencies according to META.yml
Upstream changes:
1.001002
- Allow passing schema object to ->populate
- Check that fixture population dir was created
|
|
|
|
as dependency of scheduled update of databases/p5-Catalyst-Model-DBIC-Schema.
This is a Catalyst Model for DBIx::Class::Schema-based Models. See the
documentation for Catalyst::Helper::Model::DBIC::Schema and
Catalyst::Helper::Model::DBIC::SchemaLoader for information on
generating these Models via Helper scripts. The latter of the two will
also generated a DBIx::Class::Schema::Loader-based Schema class for you.
|
|
- adding support for destdir
|
|
- adding support for destdir
|
|
- adding support for destdir
|
|
|
|
|
|
|
|
Changes:
2009-07-05 Mikio Hirabayashi
* scrext.c (scrextkill): new function.
* scrext.c (serv_lock, serv_unlock): lock mechanism was modified with TCMDB.
- Release: 1.1.30
2009-05-28 Mikio Hirabayashi
* ttserver.c (do_http_options): new function.
* tcrtest.c (proctable): a test of full-text search was added.
- Release: 1.1.29
|
|
|
|
2009-07-03 Mikio Hirabayashi
* tctdb.c (tctdbidxgetbyftsunion): efficiency couting sort was improved.
- Release: 1.4.29
2009-06-22 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcutil.c (tcstrutfnorm, tcstrkwic, tcstrtokenize): new functions.
* tcutil.c (tcstrutfnorm, tcstrucsnorm): "TCUNWIDTH" option was added.
* tctdb.c (tctdbsetinvcache, tctdbidxsyncicc, tctdbidxcmpkey): new functions.
* tctdb.c (tctdbmetasearch, tctdbget4, tctdbqrykwic): new functions.
* tctdb.c (tctdbsetindeximpl): the xmsiz parameter is now configured.
- Release: 1.4.28
2009-06-16 Mikio Hirabayashi
* tcutil.c (tcstrskipspc, tcstrucsnorm): new functions.
* tctdb.c (tctdbqryaddcond): full-text search operators were added.
* tctdb.c (tctdbsetindex): q-gram inverted index was added.
* tctdb.c (tctdbidxputqgram, tctdbidxoutqgram, tctdbidxgetbyfts): new functions.
- Release: 1.4.27
2009-06-13 Mikio Hirabayashi
* tctdb.c (tctdbsetindex, tctdbsearchimpl): token inverted index was added.
* tctdb.c (tctdbidxputone, tctdbidxoutone): new functions.
* tctdb.c (tctdbidxputtoken, tctdbidxouttoken, tctdbidxgetbytokens): new functions.
* tcadb.c (tcadbput, tcadbputkeep, tcadbputcat): capnum behaviour was modified.
- Release: 1.4.26
2009-06-09 Mikio Hirabayashi
* tcutil.c (tccstrescape, tccstrunescape, tcjsonescape, tcjsonunescape): new functions.
* tcutil.c (tcpathlock, tcpathunlock): new functions.
* tchdb.c (tchdbopen): double opening detection was added.
* tchdb.c (tchdbtranbegin): a bug of invalid flag setting was fixed.
* tcfdb.c (tcfdbopen): double opening detection was added.
* tcfdb.c (tcfdbtranbegin): a bug of invalid flag setting was fixed.
* tctdb.c (tctdbiternext3): new function.
- Release: 1.4.25
|
|
|
|
|
|
MAKE_JOBS=2 and worked without.
|
|
kerberos is just one of the SASL authentication methods, which have to
be configured in cyrus-sasl, not in openldap. Fixes PR pkg/41634.
|
|
|
|
- Updating package of p5 module CatalystX::CRUD::Model::RDBO from 0.20
to 0.22 to avoid incompatibilities to currently updated
Catalyst::Runtime
- Setting license to PERL5_LICENSE according to module documentation
- Adjusting dependencies according to META.yaml
Upstream changes:
0.22 13 June 2009
* fix tests for UPPERCASE normalize in newer Sort::SQL of ORDER BY string direction
0.21 13 June 2009
* fix multiple ORDER BY columns with comma-join (see RT 46904)
* explicitly call ->delegate->meta to fix moosification issue with Catalyst 5.8x
|
|
- Updating package of p5 module CatalystX::CRUD from 0.43 to 0.45 as
dependency of scheduled update of CatalystX::CRUD::Model::RDBO
- Adjusting license to ${PERL5_LICENSE} according to module documentation
- Adjusting dependencies according to META.yaml
Upstream changes:
0.45 13 June 2009
* fix multi-column sort via cxc-order param (requires Sort::SQL 0.04)
0.44 23 May 2009
* check for symlink() support in Model::File at compile time and return from rm_related()
if not supported. Fixes spurious test breakage on Win32.
See https://rt.cpan.org/Ticket/Display.html?id=46314
|
|
- Updating package of p5 module Sort::SQL from 0.05 to 0.06 as dependency
of scheduled update of CatalystX::CRUD::Model::RDBO
Upstream changes:
0.06 14 June 2009
- refactor for parse() method
|
|
- Updating package of p5 module DBIx::Class from 0.08103 to 0.08107
- Adjusting dependencies according to META.yaml
- Adjusting LICENSE according to META.yaml
- Setting module type to Module::Install
Upstream changes:
0.08107 2009-06-14 08:21:00 (UTC)
- Fix serialization regression introduced in 0.08103 (affects
Cursor::Cached)
- POD fixes
- Fixed incomplete ::Replicated debug output
0.08106 2009-06-11 21:42:00 (UTC)
- Switched SQLite storage driver to DateTime::Format::SQLite
(proper timezone handling)
- Fix more test problems
0.08105 2009-06-11 19:04:00 (UTC)
- Update of numeric columns now properly uses != to determine
dirtyness instead of the usual eq
- Fixes to IC::DT tests
- Fixed exception when undef_if_invalid and timezone are both set on
an invalid datetime column
0.08104 2009-06-10 13:38:00 (UTC)
- order_by now can take \[$sql, @bind] as in
order_by => { -desc => \['colA LIKE ?', 'somestring'] }
- SQL::Abstract errors are now properly croak()ed with the
correct trace
- populate() now properly reports the dataset slice in case of
an exception
- Fixed corner case when populate() erroneously falls back to
create()
- Work around braindead mysql when doing subquery counts on
resultsets containing identically named columns from several
tables
- Fixed m2m add_to_$rel to invoke find_or_create on the far
side of the relation, to avoid duplicates
- DBIC now properly handles empty inserts (invoking all default
values from the DB, normally via INSERT INTO tbl DEFAULT VALUES
- Fix find_or_new/create to stop returning random rows when
default value insert is requested (RT#28875)
- Make IC::DT extra warning state the column name too
- It is now possible to transparrently search() on columns
requiring DBI bind (i.e. PostgreSQL BLOB)
- as_query is now a Storage::DBI method, so custom cursors can
be seamlessly used
- Fix search_related regression introduced in 0.08103
|
|
- Updating package of p5 module SQL::Translator from 0.09004 to 0.09006
- Setting license to gnu-gpl-v2
- Adjusting dependencies according to Makefile.PL
Upstream changes:
# ----------------------------------------------------------
# 0.09006 2009-06-10
# ----------------------------------------------------------
* Multiple test and dependency adhustments to make smokers happy
* Fix YAML producer wrt extra attribute
* Added support for "time(stamp) (p) with time zone" for Pg producer (mo)
# ----------------------------------------------------------
# 0.09005 2009-06-08
# ----------------------------------------------------------
* Add parser support for MySQL default values with a single quote
* Properly quote absolute table names in the MySQL producer
* Added semi-colon for (DROP|CREATE) TYPE statements in the Pg producer (wreis)
* Added CREATE VIEW subrules for mysql parser (wreis)
* ALTER TABLE/ALTER COLUMN/DROP DEFAULT support in Pg producer (mo)
* XML parser support for multi-event triggers
* SQLite producer support for multi-event triggers
* XML parser switched from XML::XPath to XML::LibXML
* Pg producer ALTER TABLE/COLUMN and DROP DEFAULT support
* MySQL producer skips length attribute for columns which do not support that
attribute. Currently following column types are added to that list:
date time timestamp datetime year
* Switch to Module::Install (mandates minimum perl 5.005)
* Major cleanup of GraphViz proucer
* Massive amount of fixes to SQLite/Pg/Mysql/MSSQL parsers/producers
Fix most of the problems uncovered by the roundtrip test framework
Some highlights:
- Rewind exhausted globs before attempting a read
- Do not add xml comment header if no_comments is set
- table/field counts are held per schema object, not globally
- no more variable table and column names in SQLite and MSSQL
- VIEW support for Pg parser, also some cleanups
- The way we generate Pg create view statements was not standards compliant
(per RhodiumToad in #postgresql)
- Disable MSSQL view/procedure production - they never worked in the first place
- SQLite/MSSQL improvements:
- Support parsing of all DROP clauses
- Support parsing of field-level comments
- When producing do not append table names to constraint/index names
|
|
|
|
|
|
|
|
This Template Toolkit plugin module provides an interface to the Perl DBI/DBD
modules, allowing to integrate SQL queries into template documents. It also
provides an interface via the Tie::DBI module (if installed) so that database
records can be accessed without having to embed any SQL in templates.
|
|
|
|
This module allows you to tie Perl associative arrays (hashes) to SQL
databases using the DBI interface. The tied hash is associated with a
table in a local or networked database. One column becomes the hash key.
Each row of the table becomes an associative array, from which individual
fields can be set or retrieved.
|