Re: [Libreoffice-qa] [GSOC]Firebird Integration Weekly Update 12

2013-09-09 Thread Popa Adrian Marius
Robert Großkopf robert at familiegrosskopf.de writes:

 
 Hello Terrence,
 
  How much attention should QA pay to Integrated Firebird?  Is there some 
part
  of the work for which bug reports would be useful?
 
 First the connection to Firebird must be usable. Last availible snapshot
 is from 2013-08-30. With this snapshot the connection doesn't work:
 Can't access lock files' directory ...


See the next update , the tmp file folder issue seems to be solved 

http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/5332
9/





___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [GSOC]Firebird Integration Weekly Update 12

2013-09-08 Thread Terrence Enger [via Document Foundation Mail Archive]
How much attention should QA pay to Integrated Firebird?  Is there some part
of the work for which bug reports would be useful?

I can imagine, for example, looking at a bug report against embedded HSQLDB
and trying the same thing on Firebird.  If Firebird shows the same bug, that
is unremarkable; if Firebird works better than HSQLDB, that is interesting
in the context of the original bug; if Firebird is worse than HSQLDB
(including not being able to get far enough to demonstrate the bug), that is
a bug in the Firebird support.

Thanks,
Terry.





__
If you reply to this email, your message will be added to the discussion below:
http://nabble.documentfoundation.org/GSOC-Firebird-Integration-Weekly-Update-12-tp4072578p4073020.html
This email was sent by Terrence Enger (via Nabble)
To receive all replies by email, subscribe to this discussion: 
http://nabble.documentfoundation.org/template/NamlServlet.jtp?macro=subscribe_by_codenode=4072578code=bGlicmVvZmZpY2UtcWFAbGlzdHMuZnJlZWRlc2t0b3Aub3JnfDQwNzI1Nzh8LTE0NjUxOTE3MDY=___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [GSOC]Firebird Integration Weekly Update 12

2013-09-08 Thread Robert Großkopf
Hello Terrence,

 How much attention should QA pay to Integrated Firebird?  Is there some part
 of the work for which bug reports would be useful?

First the connection to Firebird must be usable. Last availible snapshot
is from 2013-08-30. With this snapshot the connection doesn't work:
Can't access lock files' directory ...

Regards

Robert
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [GSOC]Firebird Integration Weekly Update 12

2013-09-05 Thread Andrzej Hunt
On Wed, 2013-09-04 at 09:20 -0700, Terrence Enger wrote:
 How much attention should QA pay to Integrated Firebird?  Is there some part
 of the work for which bug reports would be useful?
 
I don't think it's worth paying too much attention to it quite yet since
there are still a few fairly visible holes that are known and there only
because I haven't gotten round to implementing the function in question
-- however hopefully I'll be able to clear these up in the next week or
two, after which full testing would be useful.

(Specifically off the top of my head: some index issues, no comments for
tables/columns, floating point numbers are acting a bit strangely but
that seems to be common to HSQLDB, metadata on data types is partially
wrong -- however in any case bug reports would probably still be a
useful reminder of what needs doing.)

 I can imagine, for example, looking at a bug report against embedded HSQLDB
 and trying the same thing on Firebird.  If Firebird shows the same bug, that
 is unremarkable; if Firebird works better than HSQLDB, that is interesting
 in the context of the original bug; if Firebird is worse than HSQLDB
 (including not being able to get far enough to demonstrate the bug), that is
 a bug in the Firebird support.

That would actually be very useful I think, especially since common
issues are likely to be a bug in Base and hence narrow down where to
look to fix them.

Cheers,

Andrej



___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [GSOC]Firebird Integration Weekly Update 12

2013-09-04 Thread Terrence Enger
How much attention should QA pay to Integrated Firebird?  Is there some part
of the work for which bug reports would be useful?

I can imagine, for example, looking at a bug report against embedded HSQLDB
and trying the same thing on Firebird.  If Firebird shows the same bug, that
is unremarkable; if Firebird works better than HSQLDB, that is interesting
in the context of the original bug; if Firebird is worse than HSQLDB
(including not being able to get far enough to demonstrate the bug), that is
a bug in the Firebird support.

Thanks,
Terry.




--
View this message in context: 
http://nabble.documentfoundation.org/GSOC-Firebird-Integration-Weekly-Update-12-tp4072578p4073020.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[GSOC]Firebird Integration Weekly Update 12

2013-09-01 Thread Andrzej Hunt
Hello everyone,

Current status of the firebird-sdbc driver is:

- (Var)Char, Numeric and Date/Time types all supported. (No support for
blob/clob/array/etc. yet.)
- Data Editing in the GUI works.
- Data Insertion works.
(- Table and Column definition/manipulation is mostly complete, there
might still be a few minor-to-major issues, indexes aren't supported at
all.)
- Usable on Linux, Mac, Windows (thanks to tml for fixing the fbembed
library / loading on Mac).


Progress this week:

-Set FIREBIRD_TMP/FIREBIRD_LOCK: by default firebird uses /tmp or C:
\temp for temporary storage, which can often be incorrect (specifically
detected by tml when using Mac sandboxing) -- we now tell fb to use
whatever the correct tmp dir is (determined by osl::FileBase).
- Implement integer types retrieval and storage.
- Implement Date/Time/Timestamp retrieval and storage.
- Implement float/double retrieval and storage.
- Fix some metadata to do with floats/doubles.
- Fix OGeneralPageWizard: I put the code for dealing with the embedded
db list in the wrong class, this class is reused for a dialog that
allows changing the database connection for remote dbs, which was
crashing since the .ui files don't contain the embedded db selector.
- Implemented retrieval of change count (number of rows
inserted/updated/deleted/selected) which is used for executeUpdate
currently.
- Fixed the strange behaviour that was occuring when an inserted row was
displayed wrongly in the UI -- this was since executeUpdate returned 0
(as a temporary measure until I got round to implementing it) and
dbaccess/KeySet relies on this value to detect that an insert actually
occured.


This week I'll try and look at implementing stuff to do with indexes and
foreign keys, this would allow me to do some testing around the
icu/index issues. I'll also try and set up a few different builds with
different icu versions for testing once I have suitable code ready. (I'm
also currently looking at implementing local .fdb loading.)


Cheers,

Andrzej

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice