Hello community,

here is the log from the commit of package perl-Mojo-SQLite for 
openSUSE:Factory checked in at 2019-06-24 21:52:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojo-SQLite (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mojo-SQLite.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mojo-SQLite"

Mon Jun 24 21:52:41 2019 rev:8 rq:711564 version:3.002

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mojo-SQLite/perl-Mojo-SQLite.changes        
2018-07-31 15:57:15.063327993 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-SQLite.new.4615/perl-Mojo-SQLite.changes  
    2019-06-24 21:53:48.788126871 +0200
@@ -1,0 +2,11 @@
+Sat Jun 22 05:20:42 UTC 2019 - Stephan Kulow 
<coolo@please-enter-an-email-address>
+
+- updated to 3.002
+   see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
+
+  3.002     2019-06-21 17:41:35 EDT
+    - Changed default SQL::Abstract identifier quoting character to `, as 
double
+      quoted identifiers may be interpreted as string literals if they are not
+      valid identifiers. 
https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted
+
+-------------------------------------------------------------------

Old:
----
  Mojo-SQLite-3.001.tar.gz

New:
----
  Mojo-SQLite-3.002.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Mojo-SQLite.spec ++++++
--- /var/tmp/diff_new_pack.1ln3e2/_old  2019-06-24 21:53:49.916127742 +0200
+++ /var/tmp/diff_new_pack.1ln3e2/_new  2019-06-24 21:53:49.924127748 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojo-SQLite
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Mojo-SQLite
-Version:        3.001
+Version:        3.002
 Release:        0
 %define cpan_name Mojo-SQLite
-Summary:        Tiny Mojolicious Wrapper for Sqlite
+Summary:        Tiny Mojolicious wrapper for SQLite
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Mojo-SQLite/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -61,7 +61,7 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL --installdirs=vendor
+perl Build.PL --installdirs=vendor
 ./Build build --flags=%{?_smp_mflags}
 
 %check

++++++ Mojo-SQLite-3.001.tar.gz -> Mojo-SQLite-3.002.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/Build.PL 
new/Mojo-SQLite-3.002/Build.PL
--- old/Mojo-SQLite-3.001/Build.PL      2018-07-21 02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/Build.PL      2019-06-21 23:41:37.000000000 +0200
@@ -84,7 +84,7 @@
         "Dan Book <dbook\@cpan.org>"
       ],
       "dist_name" => "Mojo-SQLite",
-      "dist_version" => "3.001",
+      "dist_version" => "3.002",
       "license" => "artistic_2",
       "module_name" => "Mojo::SQLite",
       "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/Changes 
new/Mojo-SQLite-3.002/Changes
--- old/Mojo-SQLite-3.001/Changes       2018-07-21 02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/Changes       2019-06-21 23:41:37.000000000 +0200
@@ -1,3 +1,8 @@
+3.002     2019-06-21 17:41:35 EDT
+  - Changed default SQL::Abstract identifier quoting character to `, as double
+    quoted identifiers may be interpreted as string literals if they are not
+    valid identifiers. 
https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted
+
 3.001     2018-07-20 20:25:12 EDT
   - Increase DBD::SQLite dependency to 1.54 for FTS5 support.
   - Add db attribute to Mojo::SQLite::Results and use it to prevent connections
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/INSTALL 
new/Mojo-SQLite-3.002/INSTALL
--- old/Mojo-SQLite-3.001/INSTALL       2018-07-21 02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/INSTALL       2019-06-21 23:41:37.000000000 +0200
@@ -22,7 +22,7 @@
 ## Manual installation
 
 As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+install configure prerequisites (see below), then build it:
 
     % perl Build.PL
     % ./Build && ./Build test
@@ -42,16 +42,36 @@
 directory to install modules to. For details, see the local::lib documentation:
 https://metacpan.org/pod/local::lib
 
-
 The prerequisites of this distribution will also have to be installed 
manually. The
 prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` 
generated
 by running the manual build process described above.
 
+## Configure Prerequisites
+
+This distribution requires other modules to be installed before this
+distribution's installer can be run.  They can be found under the
+"configure_requires" key of META.yml or the
+"{prereqs}{configure}{requires}" key of META.json.
+
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Build.PL.
+Look for prerequisites in the following phases:
+
+* to run ./Build, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
+
 ## Documentation
 
 Mojo-SQLite documentation is available as POD.
 You can run `perldoc` from a shell to read the documentation:
 
     % perldoc Mojo::SQLite
+
 For more information on installing Perl modules via CPAN, please see:
 https://www.cpan.org/modules/INSTALL.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/META.json 
new/Mojo-SQLite-3.002/META.json
--- old/Mojo-SQLite-3.001/META.json     2018-07-21 02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/META.json     2019-06-21 23:41:37.000000000 +0200
@@ -66,28 +66,28 @@
    "provides" : {
       "Mojo::SQLite" : {
          "file" : "lib/Mojo/SQLite.pm",
-         "version" : "3.001"
+         "version" : "3.002"
       },
       "Mojo::SQLite::Database" : {
          "file" : "lib/Mojo/SQLite/Database.pm",
-         "version" : "3.001"
+         "version" : "3.002"
       },
       "Mojo::SQLite::Migrations" : {
          "file" : "lib/Mojo/SQLite/Migrations.pm",
-         "version" : "3.001"
+         "version" : "3.002"
       },
       "Mojo::SQLite::PubSub" : {
          "file" : "lib/Mojo/SQLite/PubSub.pm",
-         "version" : "3.001",
+         "version" : "3.002",
          "x_deprecated" : 1
       },
       "Mojo::SQLite::Results" : {
          "file" : "lib/Mojo/SQLite/Results.pm",
-         "version" : "3.001"
+         "version" : "3.002"
       },
       "Mojo::SQLite::Transaction" : {
          "file" : "lib/Mojo/SQLite/Transaction.pm",
-         "version" : "3.001"
+         "version" : "3.002"
       }
    },
    "release_status" : "stable",
@@ -101,12 +101,12 @@
          "url" : "https://github.com/Grinnz/Mojo-SQLite.git";,
          "web" : "https://github.com/Grinnz/Mojo-SQLite";
       },
-      "x_IRC" : "irc://irc.perl.org/#mojo"
+      "x_IRC" : "irc://irc.freenode.net/#mojo"
    },
-   "version" : "3.001",
+   "version" : "3.002",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.028000"
+         "version" : "5.030000"
       },
       "plugins" : [
          {
@@ -154,7 +154,7 @@
                   "meta_noindex" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
+                  "Module::Metadata" : "1.000036",
                   "version" : "0.006"
                }
             },
@@ -170,7 +170,7 @@
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.14.4",
+                  "git_version" : "2.20.1",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
@@ -178,7 +178,7 @@
                }
             },
             "name" : "@Author::DBOOK/Git::Contributors",
-            "version" : "0.034"
+            "version" : "0.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaNoIndex",
@@ -211,12 +211,12 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.4",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                }
             },
             "name" : "@Author::DBOOK/Git::Check",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::RewriteVersion",
@@ -263,7 +263,7 @@
                   "add_files_in" : [
                      "/"
                   ],
-                  "commit_msg" : "v%v%n%n%c"
+                  "commit_msg" : "%v%n%n%c"
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
@@ -280,7 +280,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.4",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -288,7 +288,7 @@
                }
             },
             "name" : "@Author::DBOOK/Git::Commit",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -297,12 +297,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v3.001",
-                  "tag_format" : "v%v",
-                  "tag_message" : "v%v"
+                  "tag" : "3.002",
+                  "tag_format" : "%v",
+                  "tag_message" : "%v"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.4",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -310,7 +310,7 @@
                }
             },
             "name" : "@Author::DBOOK/Git::Tag",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
@@ -340,12 +340,12 @@
                      "dist.ini"
                   ],
                   "allow_dirty_match" : [
-                     "(?^:^(?:lib|script|bin)/)"
+                     "(?^:^)"
                   ],
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.4",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -353,7 +353,7 @@
                }
             },
             "name" : "@Author::DBOOK/Commit_Version_Bump",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -365,12 +365,12 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.4",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                }
             },
             "name" : "@Author::DBOOK/Git::Push",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
@@ -412,7 +412,7 @@
                }
             },
             "name" : "@Author::DBOOK/Git::GatherDir",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::Regenerate::AfterReleasers",
@@ -527,8 +527,14 @@
          },
          {
             "class" : "Dist::Zilla::Plugin::InstallGuide",
+            "config" : {
+               "Dist::Zilla::Role::ModuleMetadata" : {
+                  "Module::Metadata" : "1.000036",
+                  "version" : "0.006"
+               }
+            },
             "name" : "@Author::DBOOK/InstallGuide",
-            "version" : "1.200009"
+            "version" : "1.200013"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
@@ -631,7 +637,7 @@
       "Dan Book <[email protected]>",
       "Dan Book <[email protected]>"
    ],
-   "x_generated_by_perl" : "v5.28.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.04"
+   "x_generated_by_perl" : "v5.30.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.11"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/META.yml 
new/Mojo-SQLite-3.002/META.yml
--- old/Mojo-SQLite-3.001/META.yml      2018-07-21 02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/META.yml      2019-06-21 23:41:37.000000000 +0200
@@ -26,23 +26,23 @@
 provides:
   Mojo::SQLite:
     file: lib/Mojo/SQLite.pm
-    version: '3.001'
+    version: '3.002'
   Mojo::SQLite::Database:
     file: lib/Mojo/SQLite/Database.pm
-    version: '3.001'
+    version: '3.002'
   Mojo::SQLite::Migrations:
     file: lib/Mojo/SQLite/Migrations.pm
-    version: '3.001'
+    version: '3.002'
   Mojo::SQLite::PubSub:
     file: lib/Mojo/SQLite/PubSub.pm
-    version: '3.001'
+    version: '3.002'
     x_deprecated: 1
   Mojo::SQLite::Results:
     file: lib/Mojo/SQLite/Results.pm
-    version: '3.001'
+    version: '3.002'
   Mojo::SQLite::Transaction:
     file: lib/Mojo/SQLite/Transaction.pm
-    version: '3.001'
+    version: '3.002'
 requires:
   Carp: '0'
   DBD::SQLite: '1.54'
@@ -57,14 +57,14 @@
   URI::file: '4.21'
   perl: '5.010001'
 resources:
-  IRC: irc://irc.perl.org/#mojo
+  IRC: irc://irc.freenode.net/#mojo
   bugtracker: https://github.com/Grinnz/Mojo-SQLite/issues
   homepage: https://github.com/Grinnz/Mojo-SQLite
   repository: https://github.com/Grinnz/Mojo-SQLite.git
-version: '3.001'
+version: '3.002'
 x_Dist_Zilla:
   perl:
-    version: '5.028000'
+    version: '5.030000'
   plugins:
     -
       class: Dist::Zilla::Plugin::GithubMeta
@@ -101,7 +101,7 @@
           inherit_version: '1'
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
+          Module::Metadata: '1.000036'
           version: '0.006'
       name: '@Author::DBOOK/MetaProvides::Package'
       version: '2.004003'
@@ -113,13 +113,13 @@
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.14.4
+          git_version: 2.20.1
           include_authors: 0
           include_releaser: 1
           order_by: name
           paths: []
       name: '@Author::DBOOK/Git::Contributors'
-      version: '0.034'
+      version: '0.035'
     -
       class: Dist::Zilla::Plugin::MetaNoIndex
       name: '@Author::DBOOK/MetaNoIndex'
@@ -145,10 +145,10 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.4
+          git_version: 2.20.1
           repo_root: .
       name: '@Author::DBOOK/Git::Check'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::RewriteVersion
       config:
@@ -184,7 +184,7 @@
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in:
             - /
-          commit_msg: v%v%n%n%c
+          commit_msg: '%v%n%n%c'
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Build.PL
@@ -198,12 +198,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.4
+          git_version: 2.20.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Author::DBOOK/Git::Commit'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -211,16 +211,16 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v3.001
-          tag_format: v%v
-          tag_message: v%v
+          tag: '3.002'
+          tag_format: '%v'
+          tag_message: '%v'
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.4
+          git_version: 2.20.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Author::DBOOK/Git::Tag'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::BumpVersionAfterRelease
       config:
@@ -243,15 +243,15 @@
             - Changes
             - dist.ini
           allow_dirty_match:
-            - (?^:^(?:lib|script|bin)/)
+            - (?^:^)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.4
+          git_version: 2.20.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Author::DBOOK/Commit_Version_Bump'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -260,10 +260,10 @@
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.4
+          git_version: 2.20.1
           repo_root: .
       name: '@Author::DBOOK/Git::Push'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@Author::DBOOK/PodSyntaxTests'
@@ -297,7 +297,7 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: '@Author::DBOOK/Git::GatherDir'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::Regenerate::AfterReleasers
       config:
@@ -381,8 +381,12 @@
       version: '0.029'
     -
       class: Dist::Zilla::Plugin::InstallGuide
+      config:
+        Dist::Zilla::Role::ModuleMetadata:
+          Module::Metadata: '1.000036'
+          version: '0.006'
       name: '@Author::DBOOK/InstallGuide'
-      version: '1.200009'
+      version: '1.200013'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Author::DBOOK/Manifest'
@@ -460,5 +464,5 @@
 x_contributors:
   - 'Dan Book <[email protected]>'
   - 'Dan Book <[email protected]>'
-x_generated_by_perl: v5.28.0
+x_generated_by_perl: v5.30.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/dist.ini 
new/Mojo-SQLite-3.002/dist.ini
--- old/Mojo-SQLite-3.001/dist.ini      2018-07-21 02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/dist.ini      2019-06-21 23:41:37.000000000 +0200
@@ -7,7 +7,7 @@
 [@Author::DBOOK]
 :version = 0.032
 installer = ModuleBuildTiny::Fallback
-irc = irc://irc.perl.org/#mojo
+irc = irc://irc.freenode.net/#mojo
 pod_tests = 1
 
 [Deprecated]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/lib/Mojo/SQLite/Database.pm 
new/Mojo-SQLite-3.002/lib/Mojo/SQLite/Database.pm
--- old/Mojo-SQLite-3.001/lib/Mojo/SQLite/Database.pm   2018-07-21 
02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/lib/Mojo/SQLite/Database.pm   2019-06-21 
23:41:37.000000000 +0200
@@ -10,7 +10,7 @@
 use Mojo::Util 'monkey_patch';
 use Scalar::Util 'weaken';
 
-our $VERSION = '3.001';
+our $VERSION = '3.002';
 
 our @CARP_NOT = qw(Mojo::SQLite::Migrations);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/lib/Mojo/SQLite/Migrations.pm 
new/Mojo-SQLite-3.002/lib/Mojo/SQLite/Migrations.pm
--- old/Mojo-SQLite-3.001/lib/Mojo/SQLite/Migrations.pm 2018-07-21 
02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/lib/Mojo/SQLite/Migrations.pm 2019-06-21 
23:41:37.000000000 +0200
@@ -8,7 +8,7 @@
 
 use constant DEBUG => $ENV{MOJO_MIGRATIONS_DEBUG} || 0;
 
-our $VERSION = '3.001';
+our $VERSION = '3.002';
 
 has name => 'migrations';
 has 'sqlite';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/lib/Mojo/SQLite/PubSub.pm 
new/Mojo-SQLite-3.002/lib/Mojo/SQLite/PubSub.pm
--- old/Mojo-SQLite-3.001/lib/Mojo/SQLite/PubSub.pm     2018-07-21 
02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/lib/Mojo/SQLite/PubSub.pm     2019-06-21 
23:41:37.000000000 +0200
@@ -3,7 +3,7 @@
 
 use Mojo::Util 'deprecated';
 
-our $VERSION = '3.001';
+our $VERSION = '3.002';
 
 deprecated 'Mojo::SQLite::PubSub is deprecated and should no longer be used';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/lib/Mojo/SQLite/Results.pm 
new/Mojo-SQLite-3.002/lib/Mojo/SQLite/Results.pm
--- old/Mojo-SQLite-3.001/lib/Mojo/SQLite/Results.pm    2018-07-21 
02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/lib/Mojo/SQLite/Results.pm    2019-06-21 
23:41:37.000000000 +0200
@@ -5,7 +5,7 @@
 use Mojo::JSON 'from_json';
 use Mojo::Util 'tablify';
 
-our $VERSION = '3.001';
+our $VERSION = '3.002';
 
 has [qw(db sth)];
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/lib/Mojo/SQLite/Transaction.pm 
new/Mojo-SQLite-3.002/lib/Mojo/SQLite/Transaction.pm
--- old/Mojo-SQLite-3.001/lib/Mojo/SQLite/Transaction.pm        2018-07-21 
02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/lib/Mojo/SQLite/Transaction.pm        2019-06-21 
23:41:37.000000000 +0200
@@ -3,7 +3,7 @@
 
 use Carp 'croak';
 
-our $VERSION = '3.001';
+our $VERSION = '3.002';
 
 has 'db';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/lib/Mojo/SQLite.pm 
new/Mojo-SQLite-3.002/lib/Mojo/SQLite.pm
--- old/Mojo-SQLite-3.001/lib/Mojo/SQLite.pm    2018-07-21 02:25:14.000000000 
+0200
+++ new/Mojo-SQLite-3.002/lib/Mojo/SQLite.pm    2019-06-21 23:41:37.000000000 
+0200
@@ -13,9 +13,9 @@
 use URI;
 use URI::db;
 
-our $VERSION = '3.001';
+our $VERSION = '3.002';
 
-has abstract => sub { SQL::Abstract->new(name_sep => '.', quote_char => '"') };
+has abstract => sub { SQL::Abstract->new(name_sep => '.', quote_char => '`') };
 has 'auto_migrate';
 has database_class  => 'Mojo::SQLite::Database';
 has dsn             => sub { _url_from_file(shift->_tempfile)->dbi_dsn };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-SQLite-3.001/t/crud.t 
new/Mojo-SQLite-3.002/t/crud.t
--- old/Mojo-SQLite-3.001/t/crud.t      2018-07-21 02:25:14.000000000 +0200
+++ new/Mojo-SQLite-3.002/t/crud.t      2019-06-21 23:41:37.000000000 +0200
@@ -75,6 +75,12 @@
   is_deeply $db->select('main.crud_test2')->hashes->to_array,
     [{id => 1, 't e s t' => 'foo'}, {id => 2, 't e s t' => 'bar'}],
     'right structure';
+
+  # Unresolved identifier
+  is_deeply $db->select('main.crud_test2', undef, {'t e s t' => 'foo'})
+    ->hashes->to_array, [{id => 1, 't e s t' => 'foo'}], 'rigth structure';
+  ok !eval { $db->select('main.crud_test2', undef, {'test' => 'foo'}); 1 },
+    'unknown column';
 }
 
 done_testing();


Reply via email to