~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kexi/migration/mdb/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Mon Jun  4 14:49:44 CEST 2007
 
2
  Ported to Qt4, imported into koffice/kexi/migration/ for Kexi 2.0.
 
3
-- Jarosław Staniek <staniek@kde.org>
 
4
 
 
5
Wed May 10 20:55:21 BST 2006 - version 1.0.1.
 
6
  Apply fix for decimal number import.
 
7
-- Martin Ellis <martin.ellis@kdemail.net>
 
8
 
 
9
Wed Jan 18 22:03:44 GMT 2006
 
10
  Portability fixes: 
 
11
   * make optimisation disabling work with automake.
 
12
   * dumb down strftime parameter for old C libraries.
 
13
  Use QDateTime instead of QDate for importing dates and times.
 
14
  Remove dodgy and slow date parsing code.
 
15
-- Martin Ellis <martin.ellis@kdemail.net>
 
16
 
 
17
Wed Jan 18 12:56:33 GMT 2006
 
18
  Fix Heisenbug - MDB import of Northwind DB crashes in
 
19
  mdb_read_indices if optimisations above -O0 are used.
 
20
 
 
21
  Pass "%FT%T" to mdb_set_date_fmt, to get something in
 
22
  a format that QDate::fromString( ..., Qt:ISODate)
 
23
  to prevent silly locale problems with dates.
 
24
-- Martin Ellis <martin.ellis@kdemail.net>
 
25
 
 
26
Fri Nov  4 19:43:16 GMT 2005
 
27
  Update for improved Kexi Migration API
 
28
  *  Sample datbases like Northwind are now imported without a problem.
 
29
-- Martin Ellis <martin.ellis@kdemail.net>
 
30
 
 
31
Sat, 05 Mar 2005 22:32:08 +0000
 
32
  Initial version of MDB migration driver for Kexi.
 
33
  Using latest mdbtools from CVS (i.e. 5 March 2005).
 
34
-- Martin Ellis <kde@martinellis.co.uk>