mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-28 19:53:58 -06:00
c67b86b470
doesn't matter for the file backend, but does for the SQL backend, because the SQL backend only loads transactions/splits as needed. 2) Partially solve problem where int64 values are loaded incorrectly. This started because num and denom for prices were seen to be limited to 32 bits. libdbi provides a libdbi_result_get_longlong() routine, but unfortunately, on my system (with libdbi 0.8.2-3), it seems to have some bugs a) it returns negative values unsigned and b) it seems limited to a 32 bit value even when the correct value is in the db. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17925 57a11ea4-9604-0410-9ed3-97b8803252fd |
||
---|---|---|
.. | ||
glib28 | ||
guile-www | ||
libc | ||
libqof | ||
srfi | ||
stf | ||
Makefile.am | ||
README |
This directory is intended to hold any external code that is needed in order to build gnucash, but isn't considered widely available. ------------------------------------------------ Finance::Quote -------------- Available from http://finance-quote.sourceforge.net. ------------------------------------------------