Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.

Auto collect table indexes on map_db() execution, working with composite PRIMARY KEYs #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ludesign
Copy link

I have added the option to collect table indexes on tables as requested by issue #7


// loop thru table columns to find any PRIMARY keys
$fields_count = count($fields);
$fieldKeys = array();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be in camelCase, Sorry!

ludesign added 2 commits July 13, 2013 11:24
…alue passed (if any) and a warning message for most common error, not specifying base_uri (subdir) when initializing arrest-mysql object
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant