[libsql-statement-perl] branch master updated (ddf2acb -> 8203613)

gregor herrmann gregoa at debian.org
Fri May 6 18:55:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libsql-statement-perl.

      from  ddf2acb   Remove unnecessary versioned dependency to libdbi-perl
      adds  158b7d0   Initial commit
      adds  052f7cf   first upload of 1.10
      adds  5afbe1b   1.11 create as fix
      adds  2fb32c4   1.12 with group by
      adds  43c8832   process_pred optimizations
      adds  d2d9a32   fixed case of cols for import & temp
      adds  2a7439d   delete outdated 05create.pl
      adds  955fbf7   case,ops,pod
      adds  4810c27   tarball
      adds  b015ba9   pod changes, limit optimization
      adds  4bffea7   latest tarball
      adds  4988f30   fetch_one fixes
      adds  37ee033   added to changes file
      adds  10ac58e   more tests
      adds  14dbdf2   latest tarball
      adds  e966941   nano changes
      adds  ed1e432   cosimo all_cols patch
      adds  e198e59   test for all_cols
      adds  87a22e6   final pod changes, final realeas 1.12
      adds  417f085   1.13 release, pod changes
      adds  66a6536   tarball for 1.13
      adds  318a0b7   1.14 release, fixed test dependencies
      adds  3cbacbc   add tarball 1.14
      adds  d2a4523   initialized foo in 03executeDirect.t
      adds  e208efc   1.14 tests fixed
      adds  101f912   fixed placeholder bug in UPDATE
      adds  d01ed3d   added to Changes
      adds  38d374d   distro with fixed Changes
      adds  fdf05be   placeholder fix
      adds  e3573e2   new tar
      adds  2a5528f   new tar
      adds  99edb5e   new tar
      adds  3283a15   new tar
      adds  4fd4d99   removing archive of a release
      adds  befeecb   late commit of developer release 1.16_01
      adds  bf368ff   Late commit of developer release 1.16_02
      adds  46ca689   Late commit of developer release 1.16_04
      adds  d785d54   Late commit of release 1.17
      adds  9036834   Late commit of developer release 1.18_01
      adds  495ddb8   Late commit of developer release 1.18_02
      adds  a5d7774   Late commit of release 1.20
      adds  a3867dd   Late commit of developer release 1.21_1
      adds  f368d70   Late commit of developer release 1.21_2
      adds  7ae6dcb   Late commit of developer release 1.21_3
      adds  ab64742   Late commit of developer release 1.21_4, clean up private/public tests
      adds  7fae97c   Late commit of developer release 1.21_5
      adds  3fda906   Late commit of developer release 1.21_6
      adds  c9636df   Late commit of developer release 1.21_8
      adds  fc2b6dc   Late commit of release 1.21
      adds  08dc5ef   Late commit of release 1.22
      adds  50a532c   Changes for 1.23
      adds  b4303a7   Increasing version number to 1.23
      adds  8740b8a   Note latest changes
      adds  21dc4d2   preparing for dist
      adds  cf3be5a   Ignore *.rej - fixes RT #52081
      adds  29788b9   Add tests for calculations to test fixes for RT #52356 and #16931
      adds  be218c0   Fix RT #52356
      adds  fae13aa   Take RT #52356 and related with me
      adds  4c52a53   Take RT #16391 and related with me
      adds  fc4e1dc   Many fixes and enhancements - especially for RT #16931
      adds  cdd1bdb   - Applying patch from Alexandr Ciornii to fix issue reported in RT#50741
      adds  738a04a   * SQL::Parser now didn't deliver a struct containing 'column_names',   'computed_columns' and 'set_functions' - it's combined into one member   'column_defs'. * Rework/Rewrite tests to be more flexible and test new features * Document how column_defs should be used * Bump version to 1.24 * Note Changes made
      adds  0b481c2   Add patch from Michael Schwern which provides ini-style dialect access via SQL::Dialect::Role (Fix RT#53128). Bump Copyright to 2010.
      adds  5c4c033   Bump copyright year up to 2010
      adds  ee147da   Note last changes
      adds  85c2136   Note very last changes for 1.24
      adds  5116508   Update META data
      adds  25c7092   Add more tests to validate aggregation functions better
      adds  bb351c2   * Keep org_table_names with schema information to allow derived   table classes to handle as it seems reasonable there * Separate columns with "\0" in multi-column aggregation to be able to   difference between ('1','1foo') and ('11','foo') * Bump version to 1.25
      adds  09ef905   Add more resources
      adds  884bfba   Note more changes for 1.25
      adds  45b6e6b   Updating META information for release
      adds  a6b1e2c   rename t/06group.t -> t/06aggregate.t
      adds  6472af6   * Handle NULL columns in concatenation as empty strings * Change regex's in parser to use \p{Word} instead of \w to allow unicode   support * Make clear, that identifiers are handled case insensetive and there is   a real good solution provided by DBI which allows to live great with   that behaviour. * Add '*.tmp' to MANIFEST.SKIP * Update to-do (currently nothing to be done for 1.xx exept bug fixing)
      adds  f63ea2d   Updating META.yml for release
      adds  7d86685   Remove release tarball from MANIFEST
      adds  a7de42d   Record changes of last commit
      adds  755c08d   - Bump version to 1.27 - Apply spelling fix patch from Ansgar Burchardt (RT#56475)
      adds  95d01d1   Note apply spelling patch
      adds  f8029f3   Add dist-files to MANIFEST.SKIP
      adds  31d3035   Bump version to 1.28
      adds  bf413f4   - introduce new "capability" method for SQL::Statement and SQL::Eval::Table - expect every table object being derived from SQL::Eval::Table - rewrite DELETE and UPDATE command based on table capabilities - add abstract methods for all methods derived classes must override   (this means, open_table for SQL::Statement deriveds must be overridden    and all data access methods of tables - see SQL::Eval::Table for details) - Tests are fixed to use TEMP TABLES explicitely [...]
      adds  faa7aa4   Performance of IMPORT feature improved (thanks to Sven Probst, RT#57322)
      adds  b5279ef   - fix fetch_row prototype - fix error message typo
      adds  f9e503f   Bump BUILD_REQUIRES
      adds  9e9d0c5   Fix for non-optimized tables on delete
      adds  d525598   tidy
      adds  2d07730   Prevent DBD::File sees a warning we don't want to share (DROP TABLE IF EXISTS ...)
      adds  e87f999   - fix column verification - pass through errors happen during column verification (RaiseError => 0)
      adds  09cfaa0   Add latest changes
      adds  4f4af7d   keep table name case if possible on 'CREATE ... AS ...'
      adds  c7f6863   - add capability insert_new_row (SQL::Eval::Table) - provide newly added capability for TEMP TABLE's - fix drop table i18n issue reported by daxim (requires   DBI commit r14139)
      adds  2eea36c   fix issue found during PK update fix for DBD::DBM
      adds  35640ee   Adding roadmap for SQL::Statement (including former content of Todo)
      adds  efecd47   Note latest changes
      adds  2573cf7   Added roadmap
      adds  969128a   Remove deleted Todo file from MANIFEST
      adds  bca9fe0   Add wanted features to Roadmap
      adds  d779764   Adapt for DBI-1.612 (DBI::DBD::SqlEngine)
      adds  dac1358   Minor fixes (DBD::AnyData related)
      adds  043c636   Skip tests when to old DBI found
      adds  8840a4e   prevent old (and wrong) parser structures from being alive forever
      adds  cdf29a4   Prove for DBI::DBD::SqlEngine instead of DBD::File
      adds  751a887   Note latest change
      adds  fb44f52   POD spelling fixes submitted by H.Merijn Brand
      adds  498e40b   Grammar fixes by Martin Evans
      adds  e3d4dba   More grammar patches from Martin Evans
      adds  f7203d4   My spell-correction dict
      adds  0d5d733   grammar fixes
      adds  b7e4801   More grammar, typo, spelling mistake fixes
      adds  ac41532   Add Martin Evans great contribution to the Changes statement
      adds  59e59d4   Add .aspell.local.pws
      adds  306451b   Add release date
      adds  6a4eaa1   bump version
      adds  e85de22   add missing "use Carp" to SQL::Statement::Term
      adds  5090c28   fix test to use proper OO interface of tested table
      adds  ce1eaaa   - fixing perl-5.13.3 incompatible assignment - adding "use strict/warnings" to each module - adding getters for compatibility as described in Structure.pod
      adds  4ed5b31   tidy
      adds  6320d0f   note changes for 1.29
      adds  ba16ac1   add hull of documentation for column_defs method
      adds  c65db1e   re-gen META.yml for release
      adds  3eb8f0c   Bump version for new release (blib directory included in 1.29 dist)
      adds  e59d214   Add tests t/24delete.t
      adds  6420c0c   Bump version to 1.31
      adds  7eb256d   [Bug fixes] * Fix misbehaviour of DELETE/UPDATE for tables with only basic capabilities   and no matching where clause (reported by H.Merijn Brand and Drew ...) * Fix some column identifier splits to respect quoted tables
      adds  cb2045c   add some bugging test scripts
      adds  9ed2f85   - fix issue parsing single quotes - bump version to 1.32
      adds  af4be7f   Bump version to 1.32
      adds  b90b218   reworked test library to test against pure SQL::Statement as well as against several SQL::Statement using DBD's
      adds  1e6ae1b   reworked to use new test library and test against as many SQL::Statement using DBD's as possible
      adds  65df71e   moving author tests to xt
      adds  929b6f6   document fetch_row and fetch_rows
      adds  9e80ff0   fixing regex to detect escaped single quotes
      adds  b65895e   add xt/*t to test
      adds  b17d9c0   Note some changes
      adds  f9b5b95   Fixed unpermitted modification of array source for table creation   (CREATE TABLE AS IMPORT(?),[[..],[..]])
      adds  e4855f1   continue rewrite tests to run over plain SQL::Statement and SQL::Statement based DBD's
      adds  dfd33be   further progress in rewriting tests
      adds  2a5dd2e   renumber t/03execute.t -> t/02execute.t to fill the gap
      adds  84af23e   fixing test to compare asterisked column name against the imported name
      adds  d579848   t/07case.t is now included in t/04names.t
      adds  5c6b605   continuing rewrite of tests to cover more DBD's
      adds  4bdda6e   fix order by alias (probably fixes RT#61384)
      adds  c3eecd4   Note RT#61384 fix
      adds  867d4e3   remove debugging helper
      adds  49f993b   rename test file to match better what it tests
      adds  5afac58   removed, because included in rewritten tests and is overtested
      adds  f21ce9f   fix ORDER BY with aliased columns
      adds  5a96ae4   merge 22calc.t and 11functions.t into 06virtual.t merge 15naturaljoins.t into 08join.t
      adds  91bac94   add support to parse "CROSS JOIN" - as implicitely done in CSV mode
      adds  180e584   merge 16morejoins.t and 18bigjoin.t into 08join.t
      adds  d3e0993   - fix remaining issue regarding ORDER BY - eliminate t/13call.t (add suitable test replacement to t/02execute.t)
      adds  1baac7f   Note latest changes
      adds  d7f97b2   add user documentation for modified SQL::Statement::Order API (behavior keeps stable as long as used as documented).
      adds  e79c4cd   use pragma 'sort' more like documented
      adds  065bf59   style fixes
      adds  996ca57   bump DBI requirement
      adds  4f7a645   bump/add test dependencies
      adds  e049386   Document dependencies bumps/adds
      adds  c823f1e   update for dev-release
      adds  9f3be36   disable tests for DBD::AnyData - it seems DBD::AnyData is broken
      adds  72a86c9   document another sub-select limitation
      adds  8e89f52   document DBD::AnyData removal from monster-tests
      adds  2352628   add release date
      adds  6b5ad84   Bump version to 1.33 and move most dependencies to Bundle::Test::SQL::Statement
      adds  b45f23d   really delete cyclic build requirements
      adds  1e9973c   Update Changes
      adds  846f712   - bump version to 1.34 - change SQL::Statement::Param attribute num -> idx
      adds  28e6fcb   add test for bug in subquery handling (COMMAND ... AS SELECT ... 'foo')
      adds  c324fe7   fix column name of new test query
      adds  6182661   fix placeholder vs. special parser items on subquery
      adds  dbc00a3   do_er(r) typo
      adds  e8c7cc5   - bump version - fix error detection in SQL::Statement::DROP
      adds  deb6a9f   performance improvements for large tables
      adds  5956475   fix RT#76764
      adds  19ad947   improve diag output
      adds  0621fb6   improve error detection for non-existing tables in case of 'DROP TABLEIF EXISTS ...'
      adds  e8535df   make _gen_access_fastpath private and add documentation
      adds  706dd9d   applied patches from RT#69573 with modifications
      adds  0060149   Filling in the SQL92 gaps for functions (BBYRD) from RT#72638 with minor modifications for review by submitter
      adds  f4dac2e   Update Changes for RT#71914 (reported by Ze'ev Atlas, fixed by H.Merijn Brand)
      adds  762e640   tidy
      adds  569b801   - fix manifest generation (MYMETA.*) - fix expectation for csch(-1e5) (needs to be   fixed properly for all trig functions) - adjust noise level of requirements dump
      adds  c4f4342   fix expectations of trigonometry functions and handle a parser error
      adds  82e4ae2   hopefully detect 'nan'
      adds  98ce6d9   - bump version for release - last second Changes update
      adds  eeaecc8   clean up fastpath after using
      adds  ba94710   note reference/leak fix
      adds  0b92cd8   modern toolchain better creates meta files on it's own
      adds  efeafd4   looks_like_number identifies 'nan' as number sometimes
      adds  a1c9635   add Math::Complex 1.56 as recommendation
      adds  86c21af   note down recent changes
      adds  d71b3f4   Perl::Tidy
      adds  98342d3   catch 'inf', too (RT#81926)
      adds  418dd22   move BUILD_REQUIRES section near by PREREQ_PM, add Math::Complex >= 1.56 to build requires to fix RT#81926
      adds  f388713   add Math::BigInt >= 1.88 to build_requires and recommends as suggested by RT#81927
      adds  05dbbf7   note META changes to Makefile.PL
      adds  242da9c   diag() => note() to avoid noisy tests
      adds  52c7b97   try to develop a test proving fix for RT#81523
      adds  98b9d15   Clarify what the bugfix in 1.402_001 is good for
      adds  54f3672   remove META.yml from svn MANIFEST
      adds  d2c8b90   bump version for release
      adds  c52cb2c   set date of 1.402 release
      adds  0ae9a97   fix error message from xt/pod.t
      adds  857980c   fix rt#84889
      adds  0f9a5c4   Notable changes
      adds  422f32b   bump version
      adds  0260787   ignore those files
      adds  5b73fca   fix scm ignore rules since switching to git
      adds  2bf0ce0   bump version to 1.404
      adds  5adb4fa   re-enable cleanup test_output* after test done
      adds  b6a8281   recommend Text::Soundex and do soundex-test only when have it
      adds  72eb081   note changes for next release
      adds  a3f55ae   preparing for release
      adds  ec4731e   Always insert *ALL* fields on INSERT
      adds  19b9e31   Always insert *ALL* fields on INSERT
      adds  9610f32   bump version
      adds  1bd9dd0   Release date
      adds  74803f7   bump version
      adds  713c1c4   fix part of RT#88894
      adds  ae6ca8f   make author tests mandatory for author and add ...
      adds  0060edb   add development prereqs
      adds  aa24592   fixed pod related author tests and manifest
      adds  9d79ddf   remove generated file
      adds  f9ed42d   remove duplicated test
      adds  153f27d   add *.old for ignoring Makefile backups by EU::MM
      adds  895cb01   typo fixes
      adds  a2324d2   typo fixes
      adds  776f854   typo fixes
      adds  e4dd9bc   typo fixes
      adds  469f5f6   typo fix
      adds  f624e56   typo fixes
      adds  34a372a   typo fixes
      adds  60ed26d   Merge branch 'patch-1' of https://github.com/dsteinbrunner/SQL-Statement into dsteinbrunner-patch-1
      adds  e75c0c9   Reformattd as per CPAN::Changes::Spec
      adds  3dfe0fe   Merge branch 'master' of https://github.com/neilbowers/SQL-Statement into neilbowers-master
      adds  08b1203   update dependencies and PerlTidy it
      adds  498b563   update meta-spec to v2 and add more author tests
      adds  d6cf320   add MANIFEST to the .gitignore list
      adds  b0cfe07   fake release dates of 1.18_02 and 1.21_7
      adds  281c740   be more strict in use
      adds  603923a   apply reworked Perl::Tidy rules
      adds  3514af0   Fix COUNT(DISTINCT col) without GROUP BY
      adds  b32252e   Fix space parsing error with '>=' and '<='
      adds  80cc5e2   Merge branch 'fix-distinct' of https://github.com/grantisu/SQL-Statement into grantisu-fix-distinct
      adds  5da4620   Tidy patches after merge
      adds  0289981   fix rt#100551 - output of the conv() function ...
      adds  85be723   ignore Devel::NYTProf files
      adds  dc56e2d   reduce blocks and rewrite some inner statements
      adds  c307893   fix capability cache
      adds  ba403f1   fix handling of literal identifiers
      adds  189baa3   Fix SQL function CONV to use limited valuation
      adds  891e8ea   reflect Changes
      adds  2a18a40   complete tests for CONV - test functions relying
      adds  7fb7b96   remove unused requirements, rely on introduced
      adds  b4de0cd   reflect changes
      adds  eee35d5   bump version to 1.406_001 to do DEV release next
      adds  b62b298   parse insert with functions
      adds  a18f6b2   Merge branch 'RT96628' of https://github.com/fecundf/SQL-Statement into fecundf-RT96628
      adds  c8421d3   reflect Changes
      adds  d30d709   SQL-style comment can not begin inside quotes
      adds  6f3dc23   reflect Changes
      adds  dccd80c   change estimated release version (yes, it'll be a
      adds  bbd3b00   add travis configuration to use Travs CI
      adds  b8d8f50   add pattern to avoid distributing hidden files
      adds  853f91b   fix RT#104579: Redundant argument in sprintf
      adds  da3c5e2   Fix RT#104589: t/14parse.t requires Test::Deep
      adds  b741695   reflect Changes
      adds  c8f323a   bump version to 1.406_002 for 2nd dev release
      adds  3e81e3b   bump version to 1.407 after 5 days without issues
      adds  76dc3f2   reflect Changes
      adds  cd258ff   SQL::Statement::Operation - fix RT#99349 (bind variables are not bound to placeholders in the correct order)
      adds  fd3a49e   t/06virtual.t - Fix RT#105852: dependency installation isn't triggered properly in cpan
      adds  9c6ae20   t/06virtual.t - Fix RT#112530: t/06virtual.t fails with -Duselongdouble (FreeBSD)
      adds  2aee150   t/06virtual.t - Perl::Tidy
      adds  5309896   Changes: add applied fixes
      adds  9bdce57   copyright/license: add/update license & copyright statement in all sources
      adds  a118895   license: include license conditions in distribution
      adds  7b57a26   version: bump for dev-release
      adds  fad3b24   Changes: reflect changes
      adds  88c623b   release: bump version to 1.409 after several weeks without issues of 1.408_001
      adds  70e3069   doc: remove executable bits from Changes, Makefile.PL and README
      adds  e44b487   README.md: regenerate README.md from recent POD
      adds  76368f8   lib/SQL/: bump version to 1.410
      adds  db278fb   Changes: Add noteworthy Changes for coming release
      adds  3377af3   Imported Upstream version 1.410
       new  03b5b1e   Merge tag 'upstream/1.410'
       new  8fb6865   Update debian/changelog
       new  0201a50   Update years of upstream and packaging copyright.
       new  58f9290   Declare compliance with Debian Policy 3.9.8.
       new  2ecab6b   Add a patch to fix a spelling mistake in the POD.
       new  8203613   releasing package libsql-statement-perl version 1.410-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ARTISTIC-1.0                     |  130 +++
 Changes                          |   25 +
 GPL-1                            |  252 ++++++
 GPL-2.0                          |  339 +++++++
 LICENSE                          |   16 +
 MANIFEST                         |    4 +
 META.json                        |    5 +-
 META.yml                         |    5 +-
 Makefile.PL                      |    0
 README                           |    0
 README.md                        |  350 +++++++-
 debian/changelog                 |   10 +-
 debian/control                   |    2 +-
 debian/copyright                 |    6 +-
 debian/patches/series            |    1 +
 debian/patches/spelling.patch    |   18 +
 lib/SQL/Dialects/ANSI.pm         |   30 +-
 lib/SQL/Dialects/AnyData.pm      |   29 +-
 lib/SQL/Dialects/CSV.pm          |   29 +-
 lib/SQL/Dialects/Role.pm         |   29 +-
 lib/SQL/Eval.pm                  |   17 +-
 lib/SQL/Parser.pm                |    8 +-
 lib/SQL/Statement.pm             |    8 +-
 lib/SQL/Statement/Function.pm    |   14 +-
 lib/SQL/Statement/Functions.pm   |   18 +-
 lib/SQL/Statement/GetInfo.pm     |   29 +-
 lib/SQL/Statement/Operation.pm   |   30 +-
 lib/SQL/Statement/Placeholder.pm |   14 +-
 lib/SQL/Statement/RAM.pm         |   15 +-
 lib/SQL/Statement/Term.pm        |   14 +-
 lib/SQL/Statement/TermFactory.pm |   16 +-
 lib/SQL/Statement/Util.pm        |   29 +-
 t/02execute.t                    |    7 +
 t/06virtual.t                    | 1812 +++++++++++++++++++-------------------
 34 files changed, 2363 insertions(+), 948 deletions(-)
 create mode 100644 ARTISTIC-1.0
 mode change 100755 => 100644 Changes
 create mode 100644 GPL-1
 create mode 100644 GPL-2.0
 create mode 100644 LICENSE
 mode change 100755 => 100644 Makefile.PL
 mode change 100755 => 100644 README
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsql-statement-perl.git



More information about the Pkg-perl-cvs-commits mailing list