Paul POULAIN wrote:
> Rick Welykochy a écrit :
>> I am putting it down to differences between the Koha/2.2.9 tables and
>> the Koha/3.0 tables. The only differences I can see are the charset
>> used, i.e. Latin-1 vs utf8.
>>
>> Any ideas?
> 2nd difference : 2.2.9 has ISAM tables, where 3.0 has inn
Rick Welykochy a écrit :
> I am putting it down to differences between the Koha/2.2.9 tables and
> the Koha/3.0 tables. The only differences I can see are the charset
> used, i.e. Latin-1 vs utf8.
>
> Any ideas?
2nd difference : 2.2.9 has ISAM tables, where 3.0 has innoDB tables.
dunno if it's th
I know this is a bit far fetched but I am hunting for any hints anywhere.
I have a script written in python that manipulates data (i.e. reads and
writes tables) just fine for Koha/2.2.9 databases.
This is using python + MySQLdb.
But when I access Koha/3 tables, things are differnt.
Reads are fi