Tags: packaged/dal
Tags
The docblock above \Packaged\Dal\Ql\QlDao::loadOneWhere is incorrect … …as it says that it will always return static which is not true as the default value of \Packaged\Dal\Ql\QlDaoCollection::first is null (#88) By the same token the return value of \Packaged\Dal\Ql\QlDaoCollection::first should be QlDao|null|mixed as the default value if passed can be set to anything Co-authored-by: nikolaybrankov <nikolay.brankov@fortifi.io>
gh actions (#83) * gh actions * Update branch * Update branch * Test new workflow using services * Try a cassandra action * revert to service different debug command increase health retries * update exposed port prevent running twice * Add username and remove password * revert cassandra port * increase interval * Add missing database * add missing host * Try get a db created * Try with a custom action * remove cassandra service * remove random apostrophes * Revert to old dockerfile setup * remove pecl cassandra * Revert back to services Pass through cassandra-setup.cql * Remove old action call * Pass valid sql * Use sql file * Remove apt get for cqlsh * update to checkout v3 * install pip and cqlsh * limit cqlsh version * add missing deps for crypto * limit version of crypto * add pyOpenSSl upgrade * update connection port * update required extensions * update required extensions * downgrade to cassandra 3 * add memcached * increase memcached retries * expose correct ports * make sure we start rpc * update memcached use 127.0.0.1 * expose the port * Use alpine memcached * remove memcached health check * add quotes to column * wrap in quotes * correct column name * use quotes of table names * make sure apcu is enabled * add to ini values --------- Co-authored-by: Kyle Essex <kylegavinessex@hotmail.com>
PreviousNext