~stewart/dbd-drizzle/fixup-for-modern-perl

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Patrick Galbraith
  • Date: 2010-10-19 08:31:06 UTC
  • Revision ID: patg@patg-desktop-20101019083106-zdxdybpyqi8imr7v
Version .301 to be released. Added Eric's patch plus work on column_info

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2010-09-14 Patrick Galbraith <patg@patg.net> (0.301)
2
2
* Removed drizzle_refresh call from drizzle.xs
3
3
* Removed non-C90 declarations
 
4
* Extensive work on column_info to work with I_S and data_dictionary 
 
5
  instead of using 'describe' or 'show' commands
 
6
* Removed old drop_schema() and create_schema() commands (these are what
 
7
  mysqladmin used to use). These should need to be reimplemented locally
4
8
 
5
9
2009-08-05 Patrick Galbraith <patg@patg.net> (0.300)
6
10