Activity for Tariq

  • Tariq Tariq committed [r5]

    Added notes on using Oratcl with Tcl8.1

  • Tariq Tariq committed [r17]

    Tests the oraplexec command with internationalized strings

  • Tariq Tariq committed [r15]

    Tests the orabindexec command

  • Tariq Tariq committed [r10]

    First test file containing tests for internationization of Oratcl

  • Tariq Tariq committed [r22]

    Generates TEA Makefile for shared libraries only

  • Tariq Tariq committed [r2]

    initial check-in of Oratcl 2.5

  • Tariq Tariq committed [r11]

    Second test file to test internationization of Oratcl

  • Tariq Tariq committed [r18]

    tests the oraplexec command

  • Tariq Tariq committed [r13]

    Tests the orabindexec command with internationalized strings

  • Tariq Tariq committed [r6]

    Added changes to compile with Tcl8.1 and stubs library.

  • Tariq Tariq committed [r12]

    Tests the insertion of tables and columns with internationlizationed characters

  • Tariq Tariq committed [r16]

    Tests the orafetch commmand when a script argument is specified

  • Tariq Tariq committed [r21]

    Generates TEA configure file for shared libraries only

  • Tariq Tariq committed [r4]

    Added changes for Internationalization

  • Tariq Tariq committed [r7]

    Revised for use with oratcl26.dll

  • Tariq Tariq committed [r9]

    Tests to exercise the basic Oratcl commands

  • Tariq Tariq committed [r19]

    Contains instructions and info on running test suite

  • Tariq Tariq committed [r8]

    DLL for Oratcl version 2.6 which has been modified for Internationlization and uses stubs library.

  • Tariq Tariq committed [r20]

    changes for Oracle 8i

  • Tariq Tariq committed [r26]

    Needed for TEA

  • Tariq Tariq committed [r58]

    Oracle env vars now set in test

  • Tariq Tariq committed [r47]

    Added drop procedure statement for PL/SQL statement created in this test.

  • Tariq Tariq committed [r64]

    Updates to insert compile flag for Version 7 Databases

  • Tariq Tariq committed [r56]

    Oracle env variables now set in test

  • Tariq Tariq committed [r46]

    Fixed bug with variable x declaration. Also changed connect string to or8i

  • Tariq Tariq committed [r52]

    Contains definitions needed for Oracle 8 OCI API

  • Tariq Tariq committed [r23]

    Initial check in of Oratcl man page

  • Tariq Tariq committed [r45]

    Changed connect string to or8i. Note this connect string may change in the future and this test will no longer work

  • Tariq Tariq committed [r39]

    fixed bug for logging off oracle. Changed connect string to or8i which will allow connection to the oracle 8i db on uncle. Note: this connection string is subject to change in the future.

  • Tariq Tariq committed [r44]

    Changed connect string to or8i. This connect string may change in the future and this test will no longer work.

  • Tariq Tariq committed [r38]

    fixed a bug for logging off oracle

  • Tariq Tariq committed [r43]

    Changed connect string to or8i. THis connect string may change in the future andthis test will not work

  • Tariq Tariq committed [r41]

    changed connect string to or8i. This string may change in the future

  • Tariq Tariq committed [r63]

    Added notes on Oratcl2.6 and brief explanation on how to build Oratcl using TEA

  • Tariq Tariq committed [r57]

    Oracle env vars now set in script

  • Tariq Tariq committed [r40]

    Changed Oratcl connection string to or8i. Note: this is subject to

  • Tariq Tariq committed [r62]

    Changed using ora803.lib to oci.lib

  • Tariq Tariq committed [r59]

    Oracle env vars, now set in script

  • Tariq Tariq committed [r24]

    Fixed a bug in install target

  • Tariq Tariq committed [r42]

    Changed connect string to or8i. This connect string may change in the

  • Tariq Tariq committed [r67]

    Removed conditional code to set NLS_LANG environment variable

  • Tariq Tariq committed [r25]

    Added for TEA

  • Tariq Tariq committed [r54]

    Fixed a bug in SHLIB_LD_FLAGS

  • Tariq Tariq committed [r53]

    Added check for ora803.lib which is needed when using Oracle 8 OCI

  • Tariq Tariq committed [r51]

    Changes for using OCILogin call from Oracle 8 OCI API instead of ologon from Oracle 7 API. This change enables Oratcl to work with Oracle 8i.

  • Tariq Tariq committed [r61]

    Addwd Oratcl 2.6 info

  • Tariq Tariq committed [r60]

    Oracle env var now set in script

  • Tariq Tariq committed [r55]

    Oracle env variables now set in script

  • Tariq Tariq committed [r66]

    Changes to put #ifdef's around OCI8 calls

  • Tariq Tariq committed [r65]

    Added compile flag for using version 7 Oracle database

  • Tariq Tariq committed [r79]

    Fixed bug when using the Oratcl 8 API calls for login and logoff.

  • Tariq Tariq committed [r68]

    Reverted to older dll without NLS_LANG set

  • Tariq Tariq committed [r80]

    Added ORACLE_HOME env variable and removed ORA_NLS33

  • Tariq Tariq committed [r70]

    Fixed bug to check for ealier Oracle version of libclient.a

  • Tariq Tariq committed [r75]

    Mods to source defs.tcl and tests from same directory as all.tcl

  • Tariq Tariq committed [r77]

    Put back variable OTHER_LD_SEARCH_FLAGS so users do not have to have LD_LIBRARY_PATH set in their environment.

  • Tariq Tariq committed [r71]

    Sources Oratcl test files

  • Tariq Tariq committed [r74]

    added test target

  • Tariq Tariq committed [r95]

    Made corrections to version numbers

  • Tariq Tariq committed [r72]

    Contains system specific Oracle data (logon name, password connection string) and also sources Oratcl and test packages

  • Tariq Tariq committed [r78]

    Test for logon/logoff problem that occurred when using the Oracle 8 API calls

  • Tariq Tariq committed [r69]

    Removed flag that caused NLS_LANG variable to be set

  • Tariq Tariq committed [r73]

    Removed system specific info such as Oracle logon name and sourced defs.tcl instead

  • Tariq Tariq committed [r146]

    Added to main oratcl directory for TEA builds.

  • Tariq Tariq committed [r147]

    Made minor change to AC_INIT line such that sources are relative to

  • Tariq Tariq committed [r157]

    Removed ^M's from configure.in file

  • Tariq Tariq committed [r150]

    added include dir from oracle to search fpor header files

  • Tariq Tariq committed [r154]

    Fixed path for include files for windows

  • Tariq Tariq committed [r164]

    For TEA

  • Tariq Tariq committed [r155]

    Made changes to eliminate compiler warnings.

  • Tariq Tariq committed [r148]

    Added files needed for TEA builds.

  • Tariq Tariq committed [r145]

    Added back to main oratcl directory for TEA builds.

  • Tariq Tariq committed [r151]

    Fixed doc target

  • Tariq Tariq committed [r156]

    Removed . from PATCHLEVEL variable.

  • Tariq Tariq committed [r165]

    Clean up to get rid of warnings.

  • Tariq Tariq committed [r149]

    Made fixes for TEA builds.

  • Tariq Tariq committed [r163]

    For TEA

1
MongoDB Logo MongoDB