Updated Changes.

This commit is contained in:
依瑪貓 2021-02-08 10:02:33 +08:00
parent 2bae555926
commit 1a6dab1253

12
Changes
View File

@ -1,5 +1,11 @@
DbFramework change log
2021-02-08
1. The DbFramework is hosted on GitHub now.
2. MANIFEST.SKIP: Added.
3. Makefile, MANIFEST, META.yml, SIGNATURE, t/Config.pm: Removed
the generated files.
2008-05-03
1. Makefile.PL and Build.PL: Automatic checks and lists only
the available DBD drivers for tests.
@ -42,7 +48,7 @@ DbFramework change log
This is to adapt the Perl module convention.
2008-04-19 version 1.11
Maintainance taken over by imacat.
Maintenance taken over by imacat.
1. Makefile.PL: Updated to use prompt() from ExtUtils::MakeMaker
instead of reading STDIN directly, in order to prevent infinite
loop with automated CPAN testers. (RT#34538)
@ -53,7 +59,7 @@ DbFramework change log
WriteMakefile() arguments. VERSION is added in replace of
VERSION_FROM.
5. SIGNATURE: Digital signature added.
6. META.yml: YAML distribution meta-nformation added.
6. META.yml: YAML distribution meta-information added.
7. Build.PL: Module::Build build support added.
Original change log by Paul Sharpe follows.
@ -150,7 +156,7 @@ Highlights
Catalog.pm (NEW CLASS)
DataModel::
- new() now takes data source name to move away from dependence on Mysql.
- init_db_metadata() now needs to be called explicity (not called in
- init_db_metadata() now needs to be called explicitly (not called in
new()).
- New methods driver() and db().
DataType::ANSII:: (NEW CLASS)