Git Product home page Git Product logo

silverstripe-oracle's Introduction

Oracle Database Adapter

Maintainer Contact

  • Andreas Piening <andreas (at) silverstripe (dot) com>

Requirements

  • SilverStripe 2.4 or newer
  • Oracle Database 10g Express Edition or newer

Installation

  1. follow the usual module installation process
  2. add this code to your mysite/_config.php:

$databaseConfig = array( "type" => "OracleDatabase", "server" => "hostname/servicename", "username" => "username", "password" => "password", "database" => "SS_mysite", );

Description

Features

Open Issues

  • no db data type fits large amounts of text, clob can't be used since it is in a group by clause, which is suboptimal
  • identifier are limited to 30 characters, using _IDENTIFIER_MAPPING table to translate to abbreviated identifiers
  • adapter doesn't support transactions yet
  • search doesn't work yet
  • unit tests require a unit test user, since there is only one test schema, running multiple tests at once breaks
  • datetime helper functions not yet implemented

Failing Tests

  • CheckboxSetFieldTest
  • ComplexTableFieldTest
  • DataObjectDecoratorTest
  • DbDatetimeTest
  • FilesystemPublisherTest
  • HierarchyTest
  • LeftAndMainTest
  • RemoveOrphanedPagesTaskTest
  • RestfulServerTest
  • SearchContextTest
  • SearchFilterApplyRelationTest
  • SearchFormTest
  • SQLQueryTest
  • TableListFieldTest
  • TranslatableSearchFormTest
  • VersionedTest

silverstripe-oracle's People

Stargazers

Nic avatar  avatar Andreas Piening avatar

Watchers

Andreas Piening avatar James Cloos avatar

Forkers

muskie9

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.