[system] / trunk / webwork2 / lib / WeBWorK / DB / Schema / NewSQL / Std.pm Repository:
ViewVC logotype

Log of /trunk/webwork2/lib/WeBWorK/DB/Schema/NewSQL/Std.pm

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 6775 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 2 01:37:48 2011 UTC (2 years, 1 month ago) by gage
File length: 26474 byte(s)
Diff to previous 6241
changes inclued
   changing published to visible throughout (except for database entries which are not changed)
   adding library browser 2
   correct and incorrect answers are now color coded
   depths table is now in database.conf schema
   removed some extraneous files
   sets are automatically assigned to author when created (without alert message)
   misc fixes

Revision 6241 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 14 00:56:02 2010 UTC (3 years ago) by gage
File length: 26373 byte(s)
Diff to previous 5985
work around for mysqldump bug (or bad documentation)

new version will work fine as long as only one defaults file is to be read.

Revision 5985 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 2 03:18:10 2009 UTC (4 years, 3 months ago) by gage
File length: 26191 byte(s)
Diff to previous 5983
Streamlined the course integrity checking

Revision 5983 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 22:12:41 2009 UTC (4 years, 3 months ago) by gage
File length: 25358 byte(s)
Diff to previous 5979
Moving Exception handling to DB.pm from DB::Schema

Revision 5979 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 15:32:13 2009 UTC (4 years, 3 months ago) by gage
File length: 25382 byte(s)
Diff to previous 5974
Changes to support archiving courses.

Revision 5974 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 18 03:30:23 2009 UTC (4 years, 4 months ago) by gage
File length: 24828 byte(s)
Diff to previous 5932
changes to support error checking when archiving

Revision 5932 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 9 02:18:38 2008 UTC (4 years, 7 months ago) by gage
File length: 24381 byte(s)
Diff to previous 5850
Forward ports from rel-2-4-patches

Revision 5850 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 23 03:22:27 2008 UTC (4 years, 10 months ago) by gage
File length: 24280 byte(s)
Diff to previous 5414
replace die by warn when dumping tables for archives.
This allows us to dump old courses that haven't been updated.

Revision 5414 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 25 18:16:34 2007 UTC (5 years, 8 months ago) by sh002i
File length: 24279 byte(s)
Diff to previous 5319
forward-port (sh002i): Resolve bug #1293 by actually throwing a
RecordExists exception from NewSQL::Std.

Revision 5319 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 22:59:59 2007 UTC (5 years, 9 months ago) by sh002i
File length: 23630 byte(s)
Diff to previous 5220
updated copyright dates

Revision 5220 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 25 23:51:48 2007 UTC (5 years, 9 months ago) by sh002i
File length: 23630 byte(s)
Diff to previous 5212
don't complain if tables don't exist when deleting them

Revision 5212 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 22 05:25:18 2007 UTC (5 years, 10 months ago) by sh002i
File length: 23620 byte(s)
Diff to previous 5206
allow record classes to specify a set of initial records to insert into
a newly-created table. this is used to populate the setting table with
e.g. (db_version, $THIS_DB_VERSION).

Revision 5206 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 21 19:12:38 2007 UTC (5 years, 10 months ago) by sh002i
File length: 23489 byte(s)
Diff to previous 5191
dump_table/restore_table: remove debugging ooutput, eliminate unused variable

Revision 5191 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 19 21:01:44 2007 UTC (5 years, 10 months ago) by sh002i
File length: 23549 byte(s)
Diff to previous 4814
added dump_table and restore_table methods, which use mysqldump(1) and
mysql(1) respectively to dump/restore table data to/from a file.

Revision 4814 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 2 23:11:42 2007 UTC (6 years, 2 months ago) by sh002i
File length: 20353 byte(s)
Diff to previous 4788
add sql_field_expression method to return a fully-SQLized, quoted
expression that can be used to represent the field in a field list or
WHERE clause (but not as an lvalue in a SET clause)

Revision 4788 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 20 00:07:16 2007 UTC (6 years, 3 months ago) by sh002i
File length: 19872 byte(s)
Diff to previous 4592
get_fields_where*: when field list is unspecified, use all fields rather
than letting sqlabstract default to "*". (also remove unneeded
Data::Dumper import)

Revision 4592 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 25 14:25:31 2006 UTC (6 years, 6 months ago) by sh002i
File length: 19883 byte(s)
Diff to previous 4580
use fetchrow_array rather than fetchrow_arrayref in get iterator

Revision 4580 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 19 17:37:25 2006 UTC (6 years, 7 months ago) by sh002i
File length: 19972 byte(s)
Diff to previous 4575
change the way where_* subs are called, bugfixes.

Revision 4575 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 17 23:40:43 2006 UTC (6 years, 7 months ago) by sh002i
File length: 19901 byte(s)
Diff to previous 4568
slightly nicer constructor

Revision 4568 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 12 22:02:52 2006 UTC (6 years, 7 months ago) by sh002i
File length: 19922 byte(s)
Diff to previous 4565
yet more where clause abstractions (annoying but necessary :P)

Revision 4565 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 10 18:18:53 2006 UTC (6 years, 7 months ago) by sh002i
File length: 19826 byte(s)
Diff to previous 4555
move creation of sql object into init_sql method (cf Merge.pm)

Revision 4555 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 6 20:19:56 2006 UTC (6 years, 7 months ago) by sh002i
File length: 20278 byte(s)
Diff to previous 4553
FIELD_DATA() returns a reference to the field_data hash

Revision 4553 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 6 04:35:05 2006 UTC (6 years, 7 months ago) by sh002i
File length: 20299 byte(s)
Diff to previous 4548
pretty logging!

Revision 4548 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Oct 5 19:43:06 2006 UTC (6 years, 7 months ago) by sh002i
File length: 19614 byte(s)
newsql-based module for accessing standard webwork SQL tables

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9