mirror of
https://github.com/mthenw/nosqlite.php.git
synced 2026-04-25 09:35:49 +03:00
[PR #6] Allowing null, int and float set values #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nosqlite.php#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mthenw/nosqlite.php/pull/6
Author: @raideer
Created: 2/4/2016
Status: 🔄 Open
Base:
master← Head:valuetypes📝 Commits (5)
971fb5aAllowing scalar and null values (except boolean)58b280eAdding more tests97b5573Fixed indentationed3ee8eChanged dev-master to 1.* to fix travisCI errorsfd057a0Removed a deprecated tag📊 Changes
4 files changed (+16 additions, -6 deletions)
View changed files
📝
.travis.yml(+2 -2)📝
composer.json(+1 -1)📝
src/NoSQLite/Store.php(+6 -2)📝
test/NoSQLite/Tests/StoreTest.php(+7 -1)📄 Description
Small addition that allows
null,integerandfloatas set value. Makes use of thestrval()function.Also set satooshi/php-coveralls version from dev-master to 1.* so it works on php 5.3
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.