[PR #6] Allowing null, int and float set values #6

Open
opened 2026-03-03 16:01:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mthenw/nosqlite.php/pull/6
Author: @raideer
Created: 2/4/2016
Status: 🔄 Open

Base: masterHead: valuetypes


📝 Commits (5)

  • 971fb5a Allowing scalar and null values (except boolean)
  • 58b280e Adding more tests
  • 97b5573 Fixed indentation
  • ed3ee8e Changed dev-master to 1.* to fix travisCI errors
  • fd057a0 Removed 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, integer and float as set value. Makes use of the strval() 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mthenw/nosqlite.php/pull/6 **Author:** [@raideer](https://github.com/raideer) **Created:** 2/4/2016 **Status:** 🔄 Open **Base:** `master` ← **Head:** `valuetypes` --- ### 📝 Commits (5) - [`971fb5a`](https://github.com/mthenw/nosqlite.php/commit/971fb5a73e2e905f85b93d073457b65b5f5c0ae6) Allowing scalar and null values (except boolean) - [`58b280e`](https://github.com/mthenw/nosqlite.php/commit/58b280e8848dd9d90ecc88fa5a024c22e1ab4796) Adding more tests - [`97b5573`](https://github.com/mthenw/nosqlite.php/commit/97b5573c10ca6ac3f3747e58102e04727500c703) Fixed indentation - [`ed3ee8e`](https://github.com/mthenw/nosqlite.php/commit/ed3ee8ed867ec74a4a0f00cbed028760ee4e8820) Changed dev-master to 1.* to fix travisCI errors - [`fd057a0`](https://github.com/mthenw/nosqlite.php/commit/fd057a01338a82a7c30bb9fe5ba96bdc6de7ed62) Removed a deprecated tag ### 📊 Changes **4 files changed** (+16 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+2 -2) 📝 `composer.json` (+1 -1) 📝 `src/NoSQLite/Store.php` (+6 -2) 📝 `test/NoSQLite/Tests/StoreTest.php` (+7 -1) </details> ### 📄 Description Small addition that allows `null`, `integer` and `float` as set value. Makes use of the `strval()` function. Also set satooshi/php-coveralls version from dev-master to 1.\* so it works on php 5.3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nosqlite.php#6
No description provided.