2009-12-09 22:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* Minor cleanups.
* ChangeLog
- contrib/hbpgsql/ChangeLog
* Old local ChangeLog merged into the central one.
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-12-09 22:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* INSTALL
|
||||
* Minor cleanups.
|
||||
|
||||
* ChangeLog
|
||||
- contrib/hbpgsql/ChangeLog
|
||||
* Old local ChangeLog merged into the central one.
|
||||
|
||||
2009-12-09 21:25 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/xhb/fparse.c
|
||||
! fixed few GPF traps and memory leaks
|
||||
@@ -94143,6 +94151,11 @@
|
||||
* harbour/source/rtl/itemseri.c
|
||||
+ added SYMBOL items serialization
|
||||
|
||||
2007-03-22 21:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
! fixed code which was accessing item internals in function PQMETADATA
|
||||
% optimized function PQMETADATA by eliminating repeated array resizing
|
||||
|
||||
2007-03-22 12:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/common.mak
|
||||
* updated for new files - please check
|
||||
@@ -104220,6 +104233,10 @@ NOTE:
|
||||
* harbour/source/vm/runner.c
|
||||
* fixed for popper compilation with GNU C++ and OpenWatcom on Linux
|
||||
|
||||
2005-10-08 12:40 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
! Fixed return problem with lo_import
|
||||
|
||||
2005-10-05 15:05 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
|
||||
* source/common/expropt2.c
|
||||
* fixed bug in ASC() optimization (when character code > 127)
|
||||
@@ -104455,12 +104472,63 @@ NOTE:
|
||||
* source/rtl/idle.c
|
||||
* Cleaned up a platform dependent code part.
|
||||
|
||||
2005-06-01 20:30 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
! Add control version for pg74x.
|
||||
|
||||
2005-05-25 09:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* include/hbver.h
|
||||
* doc/whatsnew.txt
|
||||
* harbour.spec
|
||||
* Release info has been changed for release 45.
|
||||
|
||||
2005-05-21 11:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
+ Add 3 new methods, traceOn(), TraceOff(), SetVerbosity()
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
+ Add New Functions:
|
||||
PQcreatetrace
|
||||
PQclosetrace
|
||||
PQtrace
|
||||
PQuntrace
|
||||
PQseterrorverbosity
|
||||
PQprotocolversion
|
||||
PQserverversion
|
||||
PQclientencoding
|
||||
PQsetclientencoding
|
||||
PQsetdblogin
|
||||
PQdb
|
||||
PQuser
|
||||
PQpass
|
||||
PQhost
|
||||
PQport
|
||||
PQtty
|
||||
PQoptions
|
||||
PQoidvalue
|
||||
PQoidstatus
|
||||
PQbinarytuples
|
||||
PQftable
|
||||
PQftype
|
||||
PQfname
|
||||
PQfmod
|
||||
PQfsize
|
||||
PQgetisnull
|
||||
PQfnumber
|
||||
PQntuples
|
||||
PQnfields
|
||||
PQgetcancel
|
||||
PQcancel
|
||||
PQfreecancel
|
||||
PQsetnonblocking
|
||||
PQisnonblocking
|
||||
lo_Unlink
|
||||
lo_Import
|
||||
lo_Export
|
||||
* xharbour/contrib/pgsql/tests/test.prg
|
||||
* xharbour/contrib/pgsql/tests/async.prg
|
||||
* xharbour/contrib/pgsql/tests/simple.prg
|
||||
+ Add more samples of using new functions
|
||||
|
||||
2005-05-15 11:04 UTC+0300 Chen Kedem <niki@synel.co.il>
|
||||
* doc/dirstruc.txt
|
||||
+ Add oneliner description for: config/hpux
|
||||
@@ -104570,10 +104638,26 @@ NOTE:
|
||||
*increased numer of nested optional clauses (max 5 currently - work
|
||||
in progress)
|
||||
|
||||
2005-03-12 12:20 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed bug with ValueToString, thanks to Marco Aurelio.
|
||||
|
||||
2005-03-01 12:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
+ xharbour/contrib/pgsql/postgres.c
|
||||
! Add new function to handle binary escape string/quoted strings
|
||||
|
||||
2005-02-16 13:52 UTC+0100 Antonio Linares <alinares@fivetechsoft.com>
|
||||
* source/vm/classes.c
|
||||
hb_objGetpMethod() compiled as extern "C" for MSVC compatibility with xHarbour
|
||||
|
||||
2005-02-08 12:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed bug in Append Method, regarding where clause, thanks to Marco Aurelio.
|
||||
|
||||
2005-02-02 11:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Add Destroy Methods
|
||||
|
||||
2005-02-01 21:05 UTC+0100 Tomaz Zupan <tomaz/at/orpo.si>
|
||||
* harbour.spec
|
||||
Returned optimization to O3. Problems with Mandrake/gcc
|
||||
@@ -104714,7 +104798,6 @@ NOTE:
|
||||
(not the % operator) for combination of psitive and negative
|
||||
numbers
|
||||
|
||||
|
||||
2005-01-13 08:15 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
+ harbour/include/hbfixdj.h
|
||||
+ I missed to add this file in my last commit - it's borrowed from
|
||||
@@ -104722,6 +104805,9 @@ NOTE:
|
||||
* harbour/source/rtl/filesys.c
|
||||
! fixed DJGPP compilation I broke
|
||||
|
||||
2005-01-12 23:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
+ xharbour/contrib/pgsql/postgres.c
|
||||
! Add new function to handle escape string/quoted strings
|
||||
|
||||
2005-01-12 18:25 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/hbgtmk.sh
|
||||
@@ -105181,6 +105267,12 @@ NOTE:
|
||||
* harbour/source/vm/memvars.c
|
||||
! fixed endian dependent code
|
||||
|
||||
2004-12-15 10:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
+ xharbour/contrib/pgsql/postgres.c
|
||||
! Add new functions to handle the result of affected rows
|
||||
+ xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Add new property, rows
|
||||
|
||||
2004-12-14 01:15 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rdd/dbfcdx/dbfcdx1.c
|
||||
* minor modifications of some static function names
|
||||
@@ -105505,6 +105597,10 @@ NOTE:
|
||||
* harbour/source/rtl/gtcrs/mousecrs.c
|
||||
* modified for SunOS and Darwin support.
|
||||
|
||||
2004-10-14 10:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
- xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Removed function removespaces. It's not necessary remove unused spaces in query.
|
||||
|
||||
2004-10-12 02:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/makefile.bc
|
||||
* updated for recent changes by Jacek Kubica - thanks.
|
||||
@@ -105764,6 +105860,16 @@ NOTE:
|
||||
+ harbour/contrib/mysql/diffeng.txt
|
||||
Describe modifications to programs of harbour\contrib\mysql, in English
|
||||
|
||||
2004-09-29 18:30 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
+ xharbour/contrib/pgsql/postgres.c
|
||||
! Add new function PQreset, This function will close the connection
|
||||
to the server and attempt to reestablish a new connection to the
|
||||
same server, using all the same parameters previously used.
|
||||
This may be useful for error recovery if a working connection is lost.
|
||||
* xharbour/contrib/pgsql/README
|
||||
! Updated
|
||||
* xharbour/contrib/pgsql/makefile.bc
|
||||
! Updated
|
||||
|
||||
2004-09-08 16:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
|
||||
* include/hbapi.h
|
||||
@@ -105789,6 +105895,17 @@ NOTE:
|
||||
SET FILTER TO ¯o
|
||||
SET FILTER TO ¯o. .AND. expr
|
||||
|
||||
2004-09-06 22:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
* initialize some variables which could not be uninitialized on some
|
||||
errors in PG or bad user parameters and cause GPF - I only fix it
|
||||
on C level - the same should be done for .prg returned values to
|
||||
not confuse .prg programmers on errors (if any).
|
||||
|
||||
2004-08-25 21:50 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed bugs with numeric/decimal fields when field was created with numeric() without parameters
|
||||
|
||||
2004-08-06 18:21 UTC-0500 David Arturo Macias Corona <dmacias@mail.udg.mx>
|
||||
* harbour/source/rtl/dates.c
|
||||
! fixed problem with dates. Now is Clipper compatible
|
||||
@@ -105951,6 +106068,14 @@ NOTE:
|
||||
* contrib/odbc/todbc.prg
|
||||
! Bug fixed in TODBC():Open()
|
||||
|
||||
2004-07-13 11:30 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
* Improved control over error messages
|
||||
! Fixed small bugs
|
||||
* xharbour/contrib/pgsql/tests/dbf2pg.prg
|
||||
* xharbour/contrib/pgsql/tests/cache.prg
|
||||
! changed to handle error messages
|
||||
|
||||
2004-07-12 17:19 UTC-0800 Luis Krause Mantilla <lkrausem /*at*/ shaw /*dot*/ ca>
|
||||
* source/rdd/dbcmd.c
|
||||
! fixed Clipper compatibility bug reported by Serge Jakimoff
|
||||
@@ -105970,6 +106095,11 @@ NOTE:
|
||||
retrieved files on Linux/Unix -used from DIRECTORY()
|
||||
function
|
||||
|
||||
2004-06-22 15:40 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed bug regading primary keys, but with arrays
|
||||
+ xharbour/contrib/pgsql/tests/cache.prg
|
||||
! Sample, how to use .dbf as postgres record cache
|
||||
|
||||
2004-06-21 14:07 UTC-0500 Randy Portnoff <randy@palmasdev.com>
|
||||
* source/rdd/dbcmd.c
|
||||
@@ -105977,6 +106107,14 @@ NOTE:
|
||||
deleted, maintain their deleted status.
|
||||
Reported by Marcos Gambeta
|
||||
|
||||
2004-06-18 10:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed bug regading primary keys
|
||||
|
||||
2004-06-11 19:26 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed Date convertion bugs
|
||||
|
||||
2004-06-08 22:50 UTC+0300 Phil Krylov <phil@newstar.rinet.ru>
|
||||
* source/rtl/inkey.c
|
||||
! Renamed SETLASTKEY() to HB_SETLASTKEY().
|
||||
@@ -106159,6 +106297,9 @@ NOTE:
|
||||
* source/codepage/cdpsrwin.c
|
||||
*replaced CR+LF with LF only
|
||||
|
||||
2004-05-19 11:30 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed Schema bug
|
||||
|
||||
2004-05-18 15:45 UTC-0400 David G. Holm <dholm@jsd-llc.com>
|
||||
* source/rtl/cdpapi.c
|
||||
@@ -106337,6 +106478,15 @@ NOTE:
|
||||
* source/codepage/cdpesdos.c
|
||||
! Whitespace reformatting
|
||||
|
||||
2004-05-04 19:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed bug select from procedures/funtion
|
||||
|
||||
2004-05-03 11:15 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed bug with numeric/decimal
|
||||
dbf store "." as part os field size, postgres doesn't, so, when decimal add + 1 in length
|
||||
|
||||
2004-05-03 05:04 UTC+0200 Ilias Lazaridis <ilias@lazaridis.com>
|
||||
* source/include/hbinit.h
|
||||
+ added macro HB_USE_PRAGMA_STARTUP
|
||||
@@ -106349,6 +106499,13 @@ NOTE:
|
||||
(changes are applyable to other cdp*.c files, too, but will wait
|
||||
until cdpesdos.c is completely reworked)
|
||||
|
||||
2004-05-02 18:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
+ Add new functions for handling asynchronous/nonblocking queries
|
||||
! Fixed warnings
|
||||
+ xharbour/contrib/pgsql/tests/async.prg
|
||||
+ sample showing howto use the asynchronous queries
|
||||
|
||||
2004-05-02 09:25 UTC+0300 Chen Kedem <niki@synel.co.il>
|
||||
* doc/howtocvs.txt
|
||||
* Change references to CVSROOT (according to SourceForge documents)
|
||||
@@ -106362,6 +106519,17 @@ NOTE:
|
||||
|
||||
[Note: the above changelog time entry is possibly not correct]
|
||||
|
||||
2004-04-30 15:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
+ xharbour/contrib/pgsql/postgres.ch
|
||||
+ Add new file with database definitions
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
* Changed fieldget parameters, fixed bug when parameter field is char
|
||||
* xharbour/contrib/pgsql/tests/simple.prg
|
||||
* xharbour/contrib/pgsql/tests/stress.prg
|
||||
* xharbour/contrib/pgsql/tests/test.prg
|
||||
! Fix some bugs
|
||||
* xharbour/contrib/pgsql/tests/dbf2pg.prg
|
||||
! Add new features and new parameter, like use transaction, commit interval, etc.
|
||||
|
||||
2004-04-27 12:57 UTC-0500 Randy Portnoff <randy@palmasdev.com>
|
||||
|
||||
@@ -106377,6 +106545,24 @@ NOTE:
|
||||
+ added second optional param for ADS filter option
|
||||
+ Now uses default index order if set
|
||||
|
||||
2004-04-25 14:33 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed (INSERT, DELETE, UPDATE) result error when row is updated
|
||||
|
||||
2004-04-25 14:33 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed schema bugs
|
||||
|
||||
2004-04-25 16:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
+ Add new function to handle error message
|
||||
* Changed pointer functions
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
+ Add Schema support
|
||||
! Some fix and improve initial query
|
||||
* xharbour/contrib/pgsql/tests/test.prg
|
||||
! Changed sample to handle connection and result messages
|
||||
|
||||
2004-04-24 15:30 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
|
||||
|
||||
* include/hbapi.h
|
||||
@@ -106576,6 +106762,15 @@ NOTE:
|
||||
PUBLIC ¯o
|
||||
works correctly now
|
||||
|
||||
2004-04-05 14:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
+ Add new functions to handle connection and result set
|
||||
* Changed pointer return
|
||||
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
* Changed to handle the status of connection and querys
|
||||
* Changed Fieldget, Fieldtype, Fielddec, Fieldlen, to handle char field name
|
||||
|
||||
2004-04-03 01:46 UTC-0300 Luiz Rafael Culik(culikr@brturbo.com>
|
||||
* contrib/hbzlib/*
|
||||
! updated to use the same core as xharbour do
|
||||
@@ -106790,6 +106985,10 @@ NOTE:
|
||||
* contrib/rdd_sys/ads1.c
|
||||
* reuploaded to CVS (somehow it didn't get through the last time)
|
||||
|
||||
2004-03-12 14:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
* Method Fieldget, fixed problem text field with null
|
||||
|
||||
2004-03-11 16:01 UTC-0800 Luis Krause Mantilla <lkrausem /*at*/ shaw /*dot*/ ca>
|
||||
* contrib/rdd_sys/ads1.c
|
||||
* NTX compatibility fix in adsOrderListFocus() to keep current order if
|
||||
@@ -106898,6 +107097,19 @@ NOTE:
|
||||
* makefile.vc
|
||||
* make files has been updated due to adding source/rtl/hbrandom.c.
|
||||
|
||||
2004-03-06 10:50 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
* Changed DataToSql, when empty date, should return null
|
||||
* Contributed by Joao Fonseca
|
||||
|
||||
2004-03-04 11:15 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
* Changed method GetBlank(), resulting nil class on previous errors
|
||||
|
||||
2004-03-02 16:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
* Add new property lallCols. Used to send only changed columns or not changed
|
||||
|
||||
2004-02-27 12:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
|
||||
* source/rtl/teditor.prg
|
||||
@@ -107023,6 +107235,14 @@ NOTE:
|
||||
* src/rtl/tbrowse.prg
|
||||
! Typo.
|
||||
|
||||
2004-02-16 14:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/makefile.bc to user PG_DIR var
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
* Changed ISCHAR to ISCHARACTER
|
||||
* xharbour/contrib/pgsql/samples/stress.prg
|
||||
* Changed ISCHAR to ISCHARACTER
|
||||
* Contributed by Eduardo Fenandez
|
||||
|
||||
2004-02-16 10:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
|
||||
* src/rtl/tbrowse.prg
|
||||
@@ -107487,6 +107707,31 @@ NOTE:
|
||||
! Removed another refererence to malloc.h, which is obsoleted by
|
||||
stdlib.h and doesn't even exist in gcc 3.x implementations.
|
||||
|
||||
2004-01-07 11:20 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/make_b32.bat
|
||||
* xharbour/contrib/pgsql/makefile.bc
|
||||
! now it's working properly.
|
||||
|
||||
2004-01-07 10:50 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/*
|
||||
* Clean tab and spaces align
|
||||
|
||||
2004-01-04 17:40 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/*
|
||||
* Add function PQExecParams
|
||||
* This will be usefull on Append/Updated TPostgres Methods to avoid scaping strings
|
||||
|
||||
2004-01-04 10:10 UTC-0300 Luiz Rafael Culik<culikr@brturbo.com>
|
||||
* xharbour/contrib/pgsql/*
|
||||
* All Files recommited (trash on source file( chr(13))
|
||||
* postgres.c Xharbour sources should only include "hbapi.h" clipper
|
||||
compatible headers( extend.api and item.api) should now be used
|
||||
on xharbour modules
|
||||
|
||||
2004-01-02 15:05 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/*
|
||||
* INITIAL RELEASE
|
||||
|
||||
2003-12-25 19:40 UTC-0800 Luis Krause Mantilla <lkrausem /*at*/ shaw /*dot*/ ca>
|
||||
* include/hbapifs.ch
|
||||
* source/rtl/direct.c
|
||||
|
||||
@@ -255,14 +255,18 @@ HARBOUR
|
||||
> set HB_DIR_NSIS=%ProgramFiles%\NSIS\
|
||||
> set HB_DIR_ZIP=C:\info-zip\
|
||||
> set HB_BUILD_PKG=yes
|
||||
(then run build as usual, see: HOW TO BUILD AND INSTALL HARBOUR FROM SOURCE)
|
||||
|
||||
Then run build as usual with 'clean install' options.
|
||||
See: HOW TO BUILD AND INSTALL HARBOUR FROM SOURCE
|
||||
|
||||
Binary .zip on MS-DOS for all targets (except Linux)
|
||||
----------------------------------------------------
|
||||
|
||||
> set HB_DIR_ZIP=C:\info-zip\
|
||||
> set HB_BUILD_PKG=yes
|
||||
(then run build as usual, see: HOW TO BUILD AND INSTALL HARBOUR FROM SOURCE)
|
||||
|
||||
Then run build as usual with 'clean install' options.
|
||||
See: HOW TO BUILD AND INSTALL HARBOUR FROM SOURCE
|
||||
|
||||
Unified .7z + .exe installer for Windows
|
||||
----------------------------------------
|
||||
@@ -530,7 +534,7 @@ HARBOUR
|
||||
non-*nix systems. On *nix systems the default
|
||||
is set to /usr/local/ or $(PREFIX) if specified,
|
||||
and /usr/local/harbour-<arch>-<comp> for
|
||||
cross-builds. It's always set to /pkg/<arch>/<comp>
|
||||
cross-builds. It's always set to ./pkg/<arch>/<comp>
|
||||
when HB_BUILD_PKG is set to 'yes'.
|
||||
Use absolute paths only. For a peace of mind,
|
||||
avoid using spaces and quotes in the name.
|
||||
@@ -832,15 +836,6 @@ HARBOUR
|
||||
set HB_WITH_QT=C:\Qt\include
|
||||
-->8--
|
||||
|
||||
--8<--
|
||||
rem ; To create installation packages (.exe + .zip),
|
||||
rem add these lines before above sample scripts and
|
||||
rem pass 'clean install' to make:
|
||||
set HB_DIR_NSIS=%ProgramFiles%\NSIS\
|
||||
set HB_DIR_ZIP=C:\info-zip\
|
||||
set HB_BUILD_PKG=yes
|
||||
-->8--
|
||||
|
||||
for Windows x64 (x86-64) hosts
|
||||
------------------------------
|
||||
|
||||
@@ -902,14 +897,6 @@ HARBOUR
|
||||
set HB_WITH_WATT=C:\WATT\inc
|
||||
-->8--
|
||||
|
||||
--8<--
|
||||
rem ; To create installation packages (.zip),
|
||||
rem add these lines before above sample scripts and
|
||||
rem pass 'clean install' to make:
|
||||
set HB_DIR_ZIP=C:\info-zip\
|
||||
set HB_BUILD_PKG=yes
|
||||
-->8--
|
||||
|
||||
for OS/2 hosts
|
||||
--------------
|
||||
|
||||
|
||||
@@ -1,250 +0,0 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/* Use this format for the entry headers:
|
||||
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
|
||||
For example:
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-03-22 21:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
! fixed code which was accessing item internals in function PQMETADATA
|
||||
% optimized function PQMETADATA by eliminating repeated array resizing
|
||||
|
||||
2005-10-08 12:40 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
! Fixed return problem with lo_import
|
||||
|
||||
2005-07-05 19:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed problem with pg8 changes for treatment of double precision and real
|
||||
|
||||
2005-06-01 20:30 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
! Add control version for pg74x.
|
||||
|
||||
2005-05-21 11:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
+ Add 3 new methods, traceOn(), TraceOff(), SetVerbosity()
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
+ Add New Functions:
|
||||
PQcreatetrace
|
||||
PQclosetrace
|
||||
PQtrace
|
||||
PQuntrace
|
||||
PQseterrorverbosity
|
||||
PQprotocolversion
|
||||
PQserverversion
|
||||
PQclientencoding
|
||||
PQsetclientencoding
|
||||
PQsetdblogin
|
||||
PQdb
|
||||
PQuser
|
||||
PQpass
|
||||
PQhost
|
||||
PQport
|
||||
PQtty
|
||||
PQoptions
|
||||
PQoidvalue
|
||||
PQoidstatus
|
||||
PQbinarytuples
|
||||
PQftable
|
||||
PQftype
|
||||
PQfname
|
||||
PQfmod
|
||||
PQfsize
|
||||
PQgetisnull
|
||||
PQfnumber
|
||||
PQntuples
|
||||
PQnfields
|
||||
PQgetcancel
|
||||
PQcancel
|
||||
PQfreecancel
|
||||
PQsetnonblocking
|
||||
PQisnonblocking
|
||||
lo_Unlink
|
||||
lo_Import
|
||||
lo_Export
|
||||
* xharbour/contrib/pgsql/tests/test.prg
|
||||
* xharbour/contrib/pgsql/tests/async.prg
|
||||
* xharbour/contrib/pgsql/tests/simple.prg
|
||||
+ Add more samples of using new functions
|
||||
|
||||
2005-03-12 12:20 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed bug with ValueToString, thanks to Marco Aurelio.
|
||||
|
||||
2005-03-01 12:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
+ xharbour/contrib/pgsql/postgres.c
|
||||
! Add new function to handle binary escape string/quoted strings
|
||||
|
||||
2005-02-08 12:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Fixed bug in Append Method, regarding where clause, thanks to Marco Aurelio.
|
||||
|
||||
2005-02-02 11:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Add Destroy Methods
|
||||
|
||||
2005-01-12 23:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
+ xharbour/contrib/pgsql/postgres.c
|
||||
! Add new function to handle escape string/quoted strings
|
||||
|
||||
2004-12-15 10:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
+ xharbour/contrib/pgsql/postgres.c
|
||||
! Add new functions to handle the result of affected rows
|
||||
+ xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Add new property, rows
|
||||
|
||||
2004-10-14 10:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
- xharbour/contrib/pgsql/TPostgres.prg
|
||||
! Removed function removespaces. It's not necessary remove unused spaces in query.
|
||||
|
||||
2004-09-29 18:30 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
+ xharbour/contrib/pgsql/postgres.c
|
||||
! Add new function PQreset, This function will close the connection
|
||||
to the server and attempt to reestablish a new connection to the
|
||||
same server, using all the same parameters previously used.
|
||||
This may be useful for error recovery if a working connection is lost.
|
||||
* xharbour/contrib/pgsql/README
|
||||
! Updated
|
||||
* xharbour/contrib/pgsql/makefile.bc
|
||||
! Updated
|
||||
|
||||
2004-09-06 22:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* xharbour/contrib/pgsql/postgres.c
|
||||
* initialize some variables which could not be uninitialized on some
|
||||
errors in PG or bad user parameters and cause GPF - I only fix it
|
||||
on C level - the same should be done for .prg returned values to
|
||||
not confuse .prg programmers on errors (if any).
|
||||
|
||||
2004-08-25 21:50 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
! Fixed bugs with numeric/decimal fields when field was created with numeric() without parameters
|
||||
|
||||
2004-07-13 11:30 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
* Improved control over error messages
|
||||
! Fixed small bugs
|
||||
* tests/dbf2pg.prg
|
||||
* tests/cache.prg
|
||||
! changed to handle error messages
|
||||
|
||||
2004-06-22 15:40 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
! Fixed bug regading primary keys, but with arrays
|
||||
+ tests/cache.prg
|
||||
! Sample, how to use .dbf as postgres record cache
|
||||
|
||||
2004-06-18 10:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
! Fixed bug regading primary keys
|
||||
|
||||
2004-06-11 19:26 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
! Fixed Date convertion bugs
|
||||
|
||||
2004-05-19 11:30 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
! Fixed Schema bug
|
||||
|
||||
2004-05-04 19:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
! Fixed bug select from procedures/funtion
|
||||
|
||||
2004-05-03 11:15 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
! Fixed bug with numeric/decimal
|
||||
dbf store "." as part os field size, postgres doesn't, so, when decimal add + 1 in length
|
||||
|
||||
2004-05-02 18:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* postgres.c
|
||||
+ Add new functions for handling asynchronous/nonblocking queries
|
||||
! Fixed warnings
|
||||
+ tests/async.prg
|
||||
+ sample showing howto use the asynchronous queries
|
||||
|
||||
2004-04-30 15:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
+ postgres.ch
|
||||
+ Add new file with database definitions
|
||||
* TPostgres.prg
|
||||
* Changed fieldget parameters, fixed bug when parameter field is char
|
||||
* tests/simple.prg
|
||||
* tests/stress.prg
|
||||
* tests/test.prg
|
||||
! Fix some bugs
|
||||
* tests/dbf2pg.prg
|
||||
! Add new features and new parameter, like use transaction, commit interval, etc.
|
||||
|
||||
2004-04-25 14:33 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
! Fixed (INSERT, DELETE, UPDATE) result error when row is updated
|
||||
|
||||
2004-04-25 14:33 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
! Fixed schema bugs
|
||||
|
||||
2004-04-25 16:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* postgres.c
|
||||
+ Add new function to handle error message
|
||||
* Changed pointer functions
|
||||
* TPostgres.prg
|
||||
+ Add Schema support
|
||||
! Some fix and improve initial query
|
||||
* tests/test.prg
|
||||
! Changed sample to handle connection and result messages
|
||||
|
||||
2004-04-05 14:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* postgres.c
|
||||
+ Add new functions to handle connection and result set
|
||||
* Changed pointer return
|
||||
|
||||
* TPostgres.prg
|
||||
* Changed to handle the status of connection and querys
|
||||
* Changed Fieldget, Fieldtype, Fielddec, Fieldlen, to handle char field name
|
||||
|
||||
2004-03-12 14:45 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
* Method Fieldget, fixed problem text field with null
|
||||
|
||||
2004-03-06 10:50 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
* Changed DataToSql, when empty date, should return null
|
||||
* Contributed by Joao Fonseca
|
||||
|
||||
2004-03-04 11:15 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
* Changed method GetBlank(), resulting nil class on previous errors
|
||||
|
||||
2004-03-02 16:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* TPostgres.prg
|
||||
* Add new property lallCols. Used to send only changed columns or not changed
|
||||
|
||||
2004-02-16 14:00 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* Modified makefile.bc to user PG_DIR var
|
||||
* Modified TPostgres.prg
|
||||
* Changed ISCHAR to ISCHARACTER
|
||||
* Modified samples/stress.prg
|
||||
* Changed ISCHAR to ISCHARACTER
|
||||
* Contributed by Eduardo Fenandez
|
||||
|
||||
2004-01-07 11:20 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* Modified make_b32.bat and makefile.bc, now it's working properly.
|
||||
|
||||
2004-01-07 10:50 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* Clean tab and spaces align
|
||||
|
||||
2004-01-04 17:40 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* Add function PQExecParams
|
||||
* This will be usefull on Append/Updated TPostgres Methods to avoid scaping strings
|
||||
|
||||
2004-01-04 10:10 UTC-0300 Luiz Rafael Culik<culikr@brturbo.com>
|
||||
* All Files recommited (trash on source file( chr(13))
|
||||
* postgres.c Xharbour sources should only include "hbapi.h" clipper
|
||||
compatible headers( extend.api and item.api) should now be used
|
||||
on xharbour modules
|
||||
|
||||
2004-01-02 15:05 UTC-0300 Rodrigo Moreno <rodrigo_moreno@yahoo.com>
|
||||
* INITIAL RELEASE
|
||||
Reference in New Issue
Block a user