Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
website
website
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • COM S 319
  • websitewebsite
  • Issues
  • #1

Closed
Open
Opened Mar 24, 2015 by ryanwade@ryanwadeOwner

SQL.php and realSQL.php integration

Integrate realSQL.php into SQL.php Replace array based implementation with SQL implementation Examples:

SQL() replace $tables with a connection to the database 53140033 (comment 66) SQL_Table($src) $src should be a reference to the SQL table. SQL_ROW($src) $src should be a reference to a row in an SQL table GET_ROW($id) should query the table and return a SQL_ROW

Note: SQL.php was originally an array based implementation. fakeSQL.php was used as a way to extract the array data so it could be updated without making it look like the functionality of SQL.php had changed.

53140033 (comment 66)

Assignee
Assign to
Feature 0.9
Milestone
Feature 0.9 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: com-s-319/website#1