Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ADOdb/ADOdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JC-LGMS/ADOdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 29, 2019

  1. fix to MetaForeignKeys for adodb-mssqlnative.inc.php which doesn't re…

    …turn all foreign keys
    
    MetaForeignKeys for adodb-mssqlnative.inc.php returns an associative array with the name of reference's table for key. So when there are 2 foreign keys from the same reference's table, MetaForeignKeys returns only the last foreign key.
    a solution is to merge arrays when there are several foreign keys :
    JC-LGMS authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    1340c0e View commit details
    Browse the repository at this point in the history
  2. fix to MetaForeignKeys for adodb-mssqlnative.inc.php which doesn't re…

    …turn all foreign keys
    
    MetaForeignKeys for adodb-mssqlnative.inc.php returns an associative array with the name of reference's table for key. But when there are 2 foreign keys from the same reference's table, MetaForeignKeys returns only the last foreign key.
    a solution is to merge arrays when there are several foreign keys :
    JC-LGMS authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    4117e5d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. fix to MetaForeignKeys for adodb-mssql.inc.php which doesn't return all

    foreign keys
    
    MetaForeignKeys for adodb-mssql.inc.php returns an associative array
    with the name of reference's table for key. But when there are 2 foreign
    keys from the same reference's table, MetaForeignKeys returns only the
    last foreign key.
    
    a solution is to merge arrays when there are several foreign keys :
    JC-LGMS committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    29b4a43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b1abb View commit details
    Browse the repository at this point in the history
  3. test

    JC-LGMS committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    492b7d3 View commit details
    Browse the repository at this point in the history
  4. Delete .buildpath

    JC-LGMS authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    93522a1 View commit details
    Browse the repository at this point in the history
Loading