File: NEWS

package info (click to toggle)
libdbix-class-perl 0.082843-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,320 kB
  • sloc: perl: 27,215; sql: 322; sh: 29; makefile: 16
file content (24 lines) | stat: -rw-r--r-- 984 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
libdbix-class-perl (0.082810-1) unstable; urgency=medium

  Notable Behavior Changes and Deprecations since Wheezy:

    - The emulate_limit() arbitrary limit dialect emulation mechanism is
      now deprecated, and will be removed when DBIx::Class migrates to
      Data::Query

    - Limited checks are performed on whether columns without declared
      is_nullable => 1 metadata do in fact sometimes fetch NULLs from
      the database (the check is currently very limited and is performed
      only on resultset collapse when the alternative is rather worse)

    - Ensure source metadata calls always take place on the result source
      instance registered with the caller

    - find() now throws an exception if some of the supplied values are
      managed by DBIC::FilterColumn (RT#95054)

    - Explicitly deprecate combination of distinct and selecting a
      non-column via $rs->get_column()


 -- gregor herrmann <gregoa@debian.org>  Sat, 25 Oct 2014 17:06:59 +0200