2011-08-27 13:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
    + added link to Cl*ipper 5.3. online docs (NG) on x-hacker.org
    + added link to online ChangeLog (SVN trunk)

  * ChangeLog
    ! removed pasted tabs from prev entry

  * package/winuni/mpkg_win_uni.bat
    ! completed 2011-08-18 14:12 UTC+0200 Viktor Szakats
This commit is contained in:
Viktor Szakats
2011-08-27 11:10:41 +00:00
parent 2a9eb57396
commit e0ff8a0509
3 changed files with 36 additions and 23 deletions

View File

@@ -16,6 +16,17 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-08-27 13:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ added link to Cl*ipper 5.3. online docs (NG) on x-hacker.org
+ added link to online ChangeLog (SVN trunk)
* ChangeLog
! removed pasted tabs from prev entry
* package/winuni/mpkg_win_uni.bat
! completed 2011-08-18 14:12 UTC+0200 Viktor Szakats
2011-08-27 12:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbwin/olecore.c
* few cleanups in recently added functions
@@ -73,7 +84,7 @@
K_ALT_G to re-order GETS.
* Improved: help screens adding highlights and additopnal text.
! Fixed: many misbehaving artifacts.
NOTE: Harbour Screen Designer is almost at production level.
I am awaiting groups response as to what else they need.
@@ -129,7 +140,7 @@
and no environment is set, attempt is made to set path
of Harbour installation automatically. I do not know
the logic foe *.nix systems, please fix.
2011-08-18 14:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/rddsql/sqlbase.c
! fixed transfering records between two "array" SQLBASE workareas, when there
@@ -139,27 +150,27 @@
* contrib/hbpgsql/postgres.c
! added #include pg_config.h, '#if PG_VERSION_NUM' clauses were not working
+ plain wrappers for bulk data insert functions PQputCopyData, PQputCopyEnd
+ new function PQCOPYFROMWA which copies current workarea with CSV-like
bulk data transfer functions to PostgreSQL database, without the need
of creating temporary files - similar to __dbTrans() and __dbSql()
<lResult> := PQCOPYFROMWA( <pConn>, <cTable>, [<bWhileBlock>],
[<bForBlock>], [<aFieldNames>], [<nCount>],
[<lTrimStrings>], [<nPreBuffer>] )
<nPreBuffer> - default is 1, which turns into 1 * 1400 bytes
(to keep it below typical network MTU of 1500 bytes),
needs testing how libPQ is doing buffering by itself,
and if this is needed?
Patch by Ilina Stoilkovska. Many thanks.
+ new function PQCOPYFROMWA which copies current workarea with CSV-like
bulk data transfer functions to PostgreSQL database, without the need
of creating temporary files - similar to __dbTrans() and __dbSql()
<lResult> := PQCOPYFROMWA( <pConn>, <cTable>, [<bWhileBlock>],
[<bForBlock>], [<aFieldNames>], [<nCount>],
[<lTrimStrings>], [<nPreBuffer>] )
<nPreBuffer> - default is 1, which turns into 1 * 1400 bytes
(to keep it below typical network MTU of 1500 bytes),
needs testing how libPQ is doing buffering by itself,
and if this is needed?
Patch by Ilina Stoilkovska. Many thanks.
* contrib/hbpgsql/hbpgsql.hbx
+ contrib/hbpgsql/rddcopy.c
+ contrib/hbpgsql/hbpgsql.h
* contrib/hbpgsql/postgres.c
* contrib/hbpgsql/hbpgsql.hbp
+ moved PQ related declarations to separate header. low-level functions made public.
% moved new PQCOPYFROMWA() to separate source to untie the main wrappers from RDD components
* HB_ prefix to PQCOPYFROMWA() name
* minor mods to above
% moved new PQCOPYFROMWA() to separate source to untie the main wrappers from RDD components
* HB_ prefix to PQCOPYFROMWA() name
* minor mods to above
* package/winuni/mpkg_win_uni.bat
* package/winuni/mpkg_win_uni.nsi

View File

@@ -1725,11 +1725,17 @@ HARBOUR
Source Repository Checkout (anonymous) [needs Subversion]:
svn co https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour
CA-Cl*pper 5.3 online documentation:
http://x-hacker.org/ng/53guide/
Miscellaneous documents:
/doc subdirectory under this directory.
Particularly, comparing xHarbour to Harbour:
http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/doc/xhb-diff.txt
Particularly:
Comparing Harbour to xHarbour:
http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/doc/xhb-diff.txt
ChangeLog:
http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/ChangeLog
[ Copyright (c) 2009-2011 Viktor Szakats (harbour.01 syenar.hu)

View File

@@ -166,12 +166,8 @@ if exist "%HB_DR%bin\Qt_LICENSE_LGPL_EXCEPTION.txt" echo "%HB_DR%bin\Qt_LICENSE_
if exist "%HB_DR%bin\hbmk.hbc" echo "%HB_DR%bin\hbmk.hbc" >> _hbfiles
echo "%HB_DR%bin\upx*.*" >> _hbfiles
echo "%HB_DR%include\*.*" >> _hbfiles
echo "%HB_DR%bin\harbour-x64.exe" >> _hbfiles
echo "%HB_DR%bin\hbformat-x64.exe" >> _hbfiles
echo "%HB_DR%bin\hbi18n-x64.exe" >> _hbfiles
echo "%HB_DR%bin\hbmk2-x64.exe" >> _hbfiles
echo "%HB_DR%bin\hbnetio-x64.exe" >> _hbfiles
echo "%HB_DR%bin\hbpp-x64.exe" >> _hbfiles
echo "%HB_DR%bin\hbrun-x64.exe" >> _hbfiles
echo "%HB_DR%bin\hbtest-x64.exe" >> _hbfiles
echo "%HB_DR%lib\win\mingw\*.*" >> _hbfiles