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

Cleanups to make 0.5 release more stable #43

Merged
merged 14 commits into from
Jul 7, 2016

Conversation

romaninsh
Copy link
Member

@romaninsh romaninsh commented Jul 5, 2016

I've ran into problems when recording tutorial, so I'm fixing those minor bugs and will release them in a next minor release.

  • implement insert()
  • implement join::addFields(['foo','bar']);
  • implement insertRows()
  • implement reload()

@romaninsh romaninsh changed the title Cleanups to make 0.5 release a more stable Cleanups to make 0.5 release more stable Jul 5, 2016
@@ -8,7 +8,7 @@ class Field_SQL_One extends Field_One
function addField($field, $their_field)
{
$this->owner->addExpression($field, function($m) use ($their_field) {
return $m->refLink($this->link)->action('fieldValues', [$their_field]);
return $m->refLink($this->link)->action('field', [$their_field]);
Copy link
Contributor

Choose a reason for hiding this comment

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

Definitely looks more clear this way

@skondakov
Copy link
Contributor

Looks good to me!

@romaninsh romaninsh merged commit a57b079 into develop Jul 7, 2016
@romaninsh romaninsh deleted the feature/version-0.5-cleanups branch July 15, 2016 22:40
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.

None yet

2 participants