Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DB::query() $type explanation #558

Merged
merged 1 commit into from
Jun 5, 2013
Merged

Conversation

kenjis
Copy link
Contributor

@kenjis kenjis commented Jun 5, 2013

Current explanation of $type default seems to be not the same as the real implementation.

If no type was passed, the default is not DB::SELECT, but null. And Fuel chooses the type in some cases (SELECT, INSERT, CREATE):
https://github.com/fuel/core/blob/1.7/develop/classes/database/query.php#L230

frankdejonge added a commit that referenced this pull request Jun 5, 2013
Fix DB::query() $type explanation
@frankdejonge frankdejonge merged commit 4830dfa into fuel:1.7/develop Jun 5, 2013
@kenjis kenjis deleted the fix_db branch June 5, 2013 10:33
wata727 pushed a commit to wata727/fuel-docs that referenced this pull request Nov 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants