Logoj0ke.net Open Build Service > Projects > internetx:mysql5 > perl-DBD-mysql > perl-DBD-mysql.changes
Sign Up | Log In

Problem getting expanded diff: service download_url failed:

File perl-DBD-mysql.changes of Package perl-DBD-mysql (Revision c8b6d7c081457254eb2fa38e1ae50896)

Currently displaying revision c8b6d7c081457254eb2fa38e1ae50896, show latest

 
1
-------------------------------------------------------------------
2
Mon Jun 11 09:35:26 CEST 2007 - anicka@suse.cz
3
4
- update to 4.005
5
  * Replaced all references to dbis to use imp_xxh 
6
    per DBI best practices
7
  * Fix to dbd_st_destroy 
8
  * Removed all 'FindNewTable' calls in all tests.
9
  * Better 'skip test' logic in some tests that were still 
10
    running when they shouldn't have been.
11
- fix permissions of various files
12
13
-------------------------------------------------------------------
14
Fri Mar 30 16:01:24 CEST 2007 - anicka@suse.cz
15
16
- update to 4.004
17
* Work around a bug in old 3.23 servers by specifying NOT NULL 
18
  for fields used as a primary key in tests.
19
* Add support for mysql_warning_count statement handle attribute.
20
* Add support for mysql_multi_statements connection option.
21
* UTF8-Flag not set with flag mysql_enable_utf8 and column 
22
  collation utf8_bin patch,
23
* Fixed do_error definition
24
* Conversion of test suite to Test::More
25
* Fix inclusion of non-primary keys in primary_key_info.
26
27
-------------------------------------------------------------------
28
Fri Mar  2 15:46:31 CET 2007 - anicka@suse.cz
29
30
- update to 4.002
31
  * Rewrote table_info method to support all arguments
32
  * Add mysql_is_auto_increment to results of column_info().
33
  * Add implementation of foreign_key_info()
34
  * bugfixes
35
36
-------------------------------------------------------------------
37
Tue Jan  9 18:51:27 CET 2007 - anicka@suse.cz
38
39
- update to 4.001
40
  * Fix handling of unsigned integer values in result sets when 
41
    using server-side prepared statements. 
42
  * Do not tell Perl that the contents of binary fields are UTF-8.
43
  * Fix double-free of bound parameters when freeing statements.
44
  * Make sure to handle "magical" values in a couple of places.
45
  * Update the hints about what to do when zlib is found missing 
46
    while linking. 
47
  * Explicitly initialize the MySQL client library to avoid 
48
    possible race conditions in a multithreaded application.
49
  * Fix warning when no connection attributes are passed 
50
    to the connect method.
51
  * Removed redundant warnings when commit or rollback 
52
    is called while AutoCommit is enabled.
53
  * Report correct type for decimal columns from MySQL 5.0 and later
54
  * Fix t/40bindparam.t to work when ANSI_QUOTES SQL_MODE is set.
55
  * Return a statement handle with an error when column_info is 
56
    called on a table that does not exist. 
57
  * Fix handling of table names with characters that did not 
58
    match /\w/ in the column_info method.
59
  * Fix handling of negative integers bound to a column marked 
60
    as SQL_INTEGER.
61
  * Add support for the primary_key_info method. 
62
  * Fixed Bundle::DBD::mysql to only include modules required 
63
    for using DBD::mysql, not the old Mysql package.
64
  * Updated Makefile.PL to not include files in .svn directories
65
  * Fixed various compile warnings in mysql.xs (ISO C)
66
  * Cleaned up stored procedure examples, made strict
67
  * Fixed bug that blew away subsequent result sets if you 
68
    fetched all rows, only in result sets that had more
69
    than one row.
70
  * Added test for bug #14979 
71
    http://rt.cpan.org/Ticket/Display.html?id=14979
72
  * Tested with ALL mysql versions, fixed 40types, 40bind_param 
73
    tests to work with 4.0, 4.1
74
  * Fixed dbdimp.c to not test for MYSQL_DATA_TRUNCATED 
75
    unless >= mysql 5.0 
76
77
-------------------------------------------------------------------
78
Tue Jan  2 14:41:33 CET 2007 - anicka@suse.cz
79
80
- update to 4.00
81
  * fixed varying number of columns in multiple result sets 
82
  * reworked patch for sqlstate
83
  * cleaned up much code that failed between versions
84
  * Tested this with 5.1, 5.0, 4.1, 4.0.
85
  * added fbind and bind alloc to dbd_st_describe. This was 
86
    causing a crash when using with mod_perl
87
88
-------------------------------------------------------------------
89
Thu Oct 19 17:01:15 CEST 2006 - anicka@suse.cz
90
91
- update to 3.0008
92
* Added multiple fixes to dbd_st_prepare which fixed variable 
93
  overwrite and unset increment counter. Also improved loop which 
94
  checks statements for presence of "LIMIT" by using a pointer
95
  as opposed to char array increment variable. 
96
* Fixed declaration of "row" in mysql_st_internal_execute 
97
  which caused compile errors on some platforms
98
* Fixed casting of num_params to unsigned int in calls to NewZ 
99
  in mysql.xs
100
101
-------------------------------------------------------------------
102
Wed Sep 13 11:20:36 CEST 2006 - anicka@suse.cz
103
104
- update to 3.0007
105
  * bugfixes
106
  * Cleaned up tests to make sure test table is dropped 
107
    at end of test.
108
109
-------------------------------------------------------------------
110
Thu Jul 13 11:19:24 CEST 2006 - anicka@suse.cz
111
112
- update to 3.0006
113
  * many bugfixes
114
115
-------------------------------------------------------------------
116
Wed Jan 25 21:39:36 CET 2006 - mls@suse.de
117
118
- converted neededforbuild to BuildRequires
119
120
-------------------------------------------------------------------
121
Wed Sep 28 22:08:48 CEST 2005 - dmueller@suse.de
122
123
 - add norootforbuild
124
125
-------------------------------------------------------------------
126
Fri Jul 29 19:51:33 CEST 2005 - mjancar@suse.cz
127
128
- update to 3.0002
129
130
-------------------------------------------------------------------
131
Thu Aug 19 11:58:46 CEST 2004 - mjancar@suse.cz
132
133
- update to 2.9004
134
135
-------------------------------------------------------------------
136
Wed Mar 31 16:28:31 CEST 2004 - kukuk@suse.de
137
138
- Replace perl-Msql-Mysql-modules
139
140
-------------------------------------------------------------------
141
Mon Mar 08 17:49:33 CET 2004 - mjancar@suse.cz
142
143
- new package to replace perl-Msql-Mysql-modules
144
145