Bugzilla – Attachment 81542 Details for
Bug 66171
forms: ListBox BoundColumn==0 resets to 1 after save/load
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Currency
Currency.sql (text/x-sql), 1.98 KB, created by
tim
on 2013-06-27 10:44:33 UTC
(
hide
)
Description:
Currency
Filename:
MIME Type:
Creator:
tim
Created:
2013-06-27 10:44:33 UTC
Size:
1.98 KB
patch
obsolete
>-- MySQL dump 10.13 Distrib 5.5.31, for debian-linux-gnu (x86_64) >-- >-- Host: localhost Database: test >-- ------------------------------------------------------ >-- Server version 5.5.31-0ubuntu0.12.04.2 > >/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; >/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; >/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; >/*!40101 SET NAMES utf8 */; >/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; >/*!40103 SET TIME_ZONE='+00:00' */; >/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; >/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; >/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; >/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; > >-- >-- Table structure for table `Currency` >-- > >DROP TABLE IF EXISTS `Currency`; >/*!40101 SET @saved_cs_client = @@character_set_client */; >/*!40101 SET character_set_client = utf8 */; >CREATE TABLE `Currency` ( > `CurrencyCode` varchar(3) COLLATE utf8_unicode_ci NOT NULL, > `CurrencyName` varchar(40) COLLATE utf8_unicode_ci NOT NULL, > PRIMARY KEY (`CurrencyCode`) >) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; >/*!40101 SET character_set_client = @saved_cs_client */; > >-- >-- Dumping data for table `Currency` >-- > >LOCK TABLES `Currency` WRITE; >/*!40000 ALTER TABLE `Currency` DISABLE KEYS */; >INSERT INTO `Currency` VALUES ('GBP','British Pound'),('USD','US Dollar'); >/*!40000 ALTER TABLE `Currency` ENABLE KEYS */; >UNLOCK TABLES; >/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; > >/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; >/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; >/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; >/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; >/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; >/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; >/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; > >-- Dump completed on 2013-06-27 11:42:50
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 66171
:
81527
| 81542 |
81543