noogen / phuncms

nucms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a better sql server repository

noogen opened this issue · comments

The current sql repository was written with just basic ANSI SQL to allow for support of sqlce, sql server, mysql, oracle, etc... The schema is very generic. A sql server specific version should be written.

Feature

  • Store more metadata for easy searching
  • Store to both sql server and file system: if use last-modified-date to detect changes and read from file system if not modified.

Nice to have

  • Entire folder can be upload as a zip file.
  • Content save/publish history and possibly compare.
  • Possible use of content last modified date to provide HTTP 304 - Not Modified response.

Nice to have deferred.