[libsql-statement-perl] annotated tag upstream/1.410 created (now 9cf7df2)

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


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

gregoa pushed a change to annotated tag upstream/1.410
in repository libsql-statement-perl.

        at  9cf7df2   (tag)
   tagging  3377af3afd4c543c7e617dd3588ca78d588b53c3 (commit)
  replaces  upstream/1.407
 tagged by  gregor herrmann
        on  Fri May 6 20:46:18 2016 +0200

- Log -----------------------------------------------------------------
Upstream version 1.410

David Steinbrunner (7):
      typo fixes
      typo fixes
      typo fixes
      typo fixes
      typo fix
      typo fixes
      typo fixes

Grant Mathews (2):
      Fix COUNT(DISTINCT col) without GROUP BY
      Fix space parsing error with '>=' and '<='

H.Merijn Brand (1):
      Initial commit

H.Merijn Brand - Tux (1):
      Always insert *ALL* fields on INSERT

Jens Rehsack (67):
      fix error message from xt/pod.t
      fix rt#84889
      Notable changes
      bump version
      ignore those files
      fix scm ignore rules since switching to git
      bump version to 1.404
      re-enable cleanup test_output* after test done
      recommend Text::Soundex and do soundex-test only when have it
      note changes for next release
      preparing for release
      Always insert *ALL* fields on INSERT
      bump version
      Release date
      bump version
      fix part of RT#88894
      make author tests mandatory for author and add ...
      add development prereqs
      fixed pod related author tests and manifest
      remove generated file
      remove duplicated test
      add *.old for ignoring Makefile backups by EU::MM
      Merge branch 'patch-1' of https://github.com/dsteinbrunner/SQL-Statement into dsteinbrunner-patch-1
      Merge branch 'master' of https://github.com/neilbowers/SQL-Statement into neilbowers-master
      update dependencies and PerlTidy it
      update meta-spec to v2 and add more author tests
      add MANIFEST to the .gitignore list
      fake release dates of 1.18_02 and 1.21_7
      be more strict in use
      apply reworked Perl::Tidy rules
      Merge branch 'fix-distinct' of https://github.com/grantisu/SQL-Statement into grantisu-fix-distinct
      Tidy patches after merge
      ignore Devel::NYTProf files
      reduce blocks and rewrite some inner statements
      fix capability cache
      fix handling of literal identifiers
      Fix SQL function CONV to use limited valuation
      reflect Changes
      complete tests for CONV - test functions relying
      remove unused requirements, rely on introduced
      reflect changes
      bump version to 1.406_001 to do DEV release next
      Merge branch 'RT96628' of https://github.com/fecundf/SQL-Statement into fecundf-RT96628
      reflect Changes
      reflect Changes
      change estimated release version (yes, it'll be a
      add travis configuration to use Travs CI
      add pattern to avoid distributing hidden files
      fix RT#104579: Redundant argument in sprintf
      Fix RT#104589: t/14parse.t requires Test::Deep
      reflect Changes
      bump version to 1.406_002 for 2nd dev release
      bump version to 1.407 after 5 days without issues
      reflect Changes
      SQL::Statement::Operation - fix RT#99349 (bind variables are not bound to placeholders in the correct order)
      t/06virtual.t - Fix RT#105852: dependency installation isn't triggered properly in cpan
      t/06virtual.t - Perl::Tidy
      Changes: add applied fixes
      copyright/license: add/update license & copyright statement in all sources
      license: include license conditions in distribution
      version: bump for dev-release
      Changes: reflect changes
      release: bump version to 1.409 after several weeks without issues of 1.408_001
      doc: remove executable bits from Changes, Makefile.PL and README
      README.md: regenerate README.md from recent POD
      lib/SQL/: bump version to 1.410
      Changes: Add noteworthy Changes for coming release

Neil Bowers (1):
      Reformattd as per CPAN::Changes::Spec

REHSACK (165):
      removing archive of a release
      late commit of developer release 1.16_01
      Late commit of developer release 1.16_02
      Late commit of developer release 1.16_04
      Late commit of release 1.17
      Late commit of developer release 1.18_01
      Late commit of developer release 1.18_02
      Late commit of release 1.20
      Late commit of developer release 1.21_1
      Late commit of developer release 1.21_2
      Late commit of developer release 1.21_3
      Late commit of developer release 1.21_4, clean up private/public tests
      Late commit of developer release 1.21_5
      Late commit of developer release 1.21_6
      Late commit of developer release 1.21_8
      Late commit of release 1.21
      Late commit of release 1.22
      Changes for 1.23
      Increasing version number to 1.23
      Note latest changes
      preparing for dist
      Ignore *.rej - fixes RT #52081
      Add tests for calculations to test fixes for RT #52356 and #16931
      Fix RT #52356
      Take RT #52356 and related with me
      Take RT #16391 and related with me
      Many fixes and enhancements - especially for RT #16931
      - Applying patch from Alexandr Ciornii to fix issue reported in RT#50741
      * SQL::Parser now didn't deliver a struct containing 'column_names',
      Add patch from Michael Schwern which provides ini-style dialect access
      Bump copyright year up to 2010
      Note last changes
      Note very last changes for 1.24
      Update META data
      Add more tests to validate aggregation functions better
      * Keep org_table_names with schema information to allow derived
      Add more resources
      Note more changes for 1.25
      Updating META information for release
      rename t/06group.t -> t/06aggregate.t
      * Handle NULL columns in concatenation as empty strings
      Updating META.yml for release
      Remove release tarball from MANIFEST
      Record changes of last commit
      - Bump version to 1.27
      Note apply spelling patch
      Add dist-files to MANIFEST.SKIP
      Bump version to 1.28
      - introduce new "capability" method for SQL::Statement and SQL::Eval::Table
      Performance of IMPORT feature improved (thanks to Sven Probst, RT#57322)
      - fix fetch_row prototype
      Bump BUILD_REQUIRES
      Fix for non-optimized tables on delete
      tidy
      Prevent DBD::File sees a warning we don't want to share (DROP TABLE IF EXISTS ...)
      - fix column verification
      Add latest changes
      keep table name case if possible on 'CREATE ... AS ...'
      - add capability insert_new_row (SQL::Eval::Table)
      fix issue found during PK update fix for DBD::DBM
      Adding roadmap for SQL::Statement (including former content of Todo)
      Note latest changes
      Added roadmap
      Remove deleted Todo file from MANIFEST
      Add wanted features to Roadmap
      Adapt for DBI-1.612 (DBI::DBD::SqlEngine)
      Minor fixes (DBD::AnyData related)
      Skip tests when to old DBI found
      prevent old (and wrong) parser structures from being alive forever
      Prove for DBI::DBD::SqlEngine instead of DBD::File
      Note latest change
      POD spelling fixes submitted by H.Merijn Brand
      Grammar fixes by Martin Evans
      More grammar patches from Martin Evans
      Add Martin Evans great contribution to the Changes statement
      Add .aspell.local.pws
      Add release date
      bump version
      add missing "use Carp" to SQL::Statement::Term
      fix test to use proper OO interface of tested table
      - fixing perl-5.13.3 incompatible assignment
      tidy
      note changes for 1.29
      add hull of documentation for column_defs method
      re-gen META.yml for release
      Bump version for new release (blib directory included in 1.29 dist)
      Bump version to 1.31
      [Bug fixes]
      add some bugging test scripts
      - fix issue parsing single quotes
      Bump version to 1.32
      reworked test library to test against pure SQL::Statement as well as against several SQL::Statement using DBD's
      reworked to use new test library and test against as many SQL::Statement
      moving author tests to xt
      document fetch_row and fetch_rows
      fixing regex to detect escaped single quotes
      add xt/*t to test
      Note some changes
      Fixed unpermitted modification of array source for table creation
      continue rewrite tests to run over plain SQL::Statement and SQL::Statement
      further progress in rewriting tests
      renumber t/03execute.t -> t/02execute.t to fill the gap
      fixing test to compare asterisked column name against the imported name
      t/07case.t is now included in t/04names.t
      continuing rewrite of tests to cover more DBD's
      fix order by alias (probably fixes RT#61384)
      Note RT#61384 fix
      remove debugging helper
      rename test file to match better what it tests
      removed, because included in rewritten tests and is overtested
      fix ORDER BY with aliased columns
      merge 22calc.t and 11functions.t into 06virtual.t
      add support to parse "CROSS JOIN" - as implicitely done in CSV mode
      merge 16morejoins.t and 18bigjoin.t into 08join.t
      - fix remaining issue regarding ORDER BY
      Note latest changes
      add user documentation for modified SQL::Statement::Order
      use pragma 'sort' more like documented
      style fixes
      bump DBI requirement
      bump/add test dependencies
      Document dependencies bumps/adds
      update for dev-release
      disable tests for DBD::AnyData - it seems DBD::AnyData is broken
      document another sub-select limitation
      document DBD::AnyData removal from monster-tests
      add release date
      Bump version to 1.33 and move most dependencies to Bundle::Test::SQL::Statement
      really delete cyclic build requirements
      Update Changes
      - bump version to 1.34
      add test for bug in subquery handling (COMMAND ... AS SELECT ... 'foo')
      fix column name of new test query
      fix placeholder vs. special parser items on subquery
      - bump version
      performance improvements for large tables
      fix RT#76764
      improve diag output
      improve error detection for non-existing tables in case of 'DROP TABLEIF EXISTS ...'
      make _gen_access_fastpath private and add documentation
      applied patches from RT#69573 with modifications
      Filling in the SQL92 gaps for functions (BBYRD) from RT#72638
      Update Changes for RT#71914 (reported by Ze'ev Atlas, fixed by H.Merijn Brand)
      tidy
      - fix manifest generation (MYMETA.*)
      fix expectations of trigonometry functions and handle a parser error
      hopefully detect 'nan'
      - bump version for release
      clean up fastpath after using
      note reference/leak fix
      modern toolchain better creates meta files on it's own
      looks_like_number identifies 'nan' as number sometimes
      add Math::Complex 1.56 as recommendation
      note down recent changes
      Perl::Tidy
      catch 'inf', too (RT#81926)
      move BUILD_REQUIRES section near by PREREQ_PM, add Math::Complex >= 1.56 to build requires to fix RT#81926
      add Math::BigInt >= 1.88 to build_requires and recommends as suggested by RT#81927
      note META changes to Makefile.PL
      diag() => note() to avoid noisy tests
      try to develop a test proving fix for RT#81523
      Clarify what the bugfix in 1.402_001 is good for
      remove META.yml from svn MANIFEST
      bump version for release
      set date of 1.402 release

Slaven Rezic (1):
      t/06virtual.t - Fix RT#112530: t/06virtual.t fails with -Duselongdouble (FreeBSD)

Tom Wyant (2):
      fix rt#100551 - output of the conv() function ...
      SQL-style comment can not begin inside quotes

fecundf (1):
      parse insert with functions

gregor herrmann (1):
      Imported Upstream version 1.410

hmbrand (3):
      My spell-correction dict
      Add tests t/24delete.t
      do_er(r) typo

jzucker (32):
      first upload of 1.10
      1.11 create as fix
      1.12 with group by
      process_pred optimizations
      fixed case of cols for import & temp
      delete outdated 05create.pl
      case,ops,pod
      tarball
      pod changes, limit optimization
      latest tarball
      fetch_one fixes
      added to changes file
      more tests
      latest tarball
      nano changes
      cosimo all_cols patch
      test for all_cols
      final pod changes, final realeas 1.12
      1.13 release, pod changes
      tarball for 1.13
      1.14 release, fixed test dependencies
      add tarball 1.14
      initialized foo in 03executeDirect.t
      1.14 tests fixed
      fixed placeholder bug in UPDATE
      added to Changes
      distro with fixed Changes
      placeholder fix
      new tar
      new tar
      new tar
      new tar

mjevans (2):
      grammar fixes
      More grammar, typo, spelling mistake fixes

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
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